From 63e12cb031bf31019b544cb2ba141ec5b55bffe8 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 4 Sep 2016 08:30:48 +0200 Subject: [PATCH] txr: update to 148. --- srcpkgs/txr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index ffd39336684..ab2ef1a3612 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=147 +version=148 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=b0f0d45242b3ef6366bde23a51c52d7306bec4f4876ea9642af986ca7d4177f9 +checksum=6a72b4cdaa727dbf95e1db6973d3f6f9e8fb264055942d7eceece0efbded5652 do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"