Date: Tuesday, March 26, 2013 @ 06:27:19 Author: allan Revision: 180761
upgpkg: diffutils 3.3-1 upstream update Modified: diffutils/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-26 05:20:23 UTC (rev 180760) +++ PKGBUILD 2013-03-26 05:27:19 UTC (rev 180761) @@ -3,7 +3,7 @@ # Contributor: Andreas Radke <[email protected]> pkgname=diffutils -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="Utility programs used for creating patch files" arch=('i686' 'x86_64') @@ -12,15 +12,12 @@ groups=('base') depends=('glibc' 'sh') install=diffutils.install -source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz) -md5sums=('26ff64c332429c830c154be46b393382') +source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('99180208ec2a82ce71f55b0d7389f1b3' + '203a2f2101dfcc09cdac655be353fd78') build() { cd ${srcdir}/${pkgname}-${pkgver} - - # fix glibc-2.16 build issue - sed -i -e '/gets is a/d' lib/stdio.in.h - ./configure --prefix=/usr make }
