From f4761e09e4fdee983b167b32d45110737f8b00fc Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 23 Oct 2016 11:53:30 +0200 Subject: [PATCH] txr: update to 155 --- srcpkgs/txr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index 901a9b14163..ac9f322c4f0 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=154 +version=155 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=df1828362082250e627ef4b34f751d7d4fc33b2a8af355011fd7292eff5d7129 +checksum=1c804a691137dcaae35a37f4a279c74f0c7ea9753d276a864358a78cc66e1b6b do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"