deutex: fix homepage= and distfiles=
This commit is contained in:
parent
dc979611ec
commit
83573c0cc5
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'deutex'
|
# Template file for 'deutex'
|
||||||
pkgname=deutex
|
pkgname=deutex
|
||||||
version=5.1.2
|
version=5.1.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config asciidoc"
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
||||||
makedepends="libpng-devel"
|
makedepends="libpng-devel"
|
||||||
short_desc="WAD composer for DOOM and others"
|
short_desc="WAD composer for DOOM and others"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-only, LGPL-2.0-or-later"
|
license="GPL-2.0-only, LGPL-2.0-or-later"
|
||||||
homepage="http://www.teaser.fr/~amajorel/deutex/"
|
homepage="https://github.com/Doom-Utils/deutex"
|
||||||
distfiles="https://github.com/chungy/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Doom-Utils/deutex/archive/v${version}.tar.gz"
|
||||||
checksum=b91b1cd40098cc8f5e1e9a18ea4b5b785a4f54ff2ce5c6d9524f22ca84a83bd0
|
checksum=b91b1cd40098cc8f5e1e9a18ea4b5b785a4f54ff2ce5c6d9524f22ca84a83bd0
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue