nudoku: update to 2.1.0.
This commit is contained in:
parent
bfdf0cfd58
commit
13d70a66a5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nudoku'
|
# Template file for 'nudoku'
|
||||||
pkgname=nudoku
|
pkgname=nudoku
|
||||||
version=2.0.0
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
|
hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jubalh/nudoku"
|
homepage="https://github.com/jubalh/nudoku"
|
||||||
distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
|
checksum=eeff7f3adea5bfe7b88bf7683d68e9a597aabd1442d1621f21760c746400b924
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
configure_args+=" --disable-nls"
|
configure_args+=" --disable-nls"
|
||||||
|
|
Loading…
Reference in New Issue