diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index 3af32edea34..b80fe423e8f 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=118 +version=120 revision=1 build_style=configure hostmakedepends="bison flex" @@ -9,7 +9,7 @@ maintainer="Oliver Kiddle " license="BSD" homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" -checksum=6f9a10b8437bffcbe6aecb06322c94f33256aa107245763f76f212750bddfa8e +checksum=06a3b1a358a1ca6235b691b1022f0558e870002367df9a20c65e951f52b9fa22 do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=${CFLAGS}" "--platform-ldflags=${LDFLAGS}" diff --git a/srcpkgs/txr/update b/srcpkgs/txr/update new file mode 100644 index 00000000000..e3725e453ba --- /dev/null +++ b/srcpkgs/txr/update @@ -0,0 +1,2 @@ +site="http://www.kylheku.com/cgit/txr" +pattern="txr-\K\d{3}(?=\.zip)"