Date: Wednesday, August 13, 2014 @ 02:06:12 Author: fyan Revision: 219633
upgpkg: libidn 1.29-1 upstream new release Modified: libidn/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-12 22:50:47 UTC (rev 219632) +++ PKGBUILD 2014-08-13 00:06:12 UTC (rev 219633) @@ -4,8 +4,8 @@ # Contributor: Eric Johnson <eric.archlinux.org> pkgname=libidn -pkgver=1.28 -pkgrel=2 +pkgver=1.29 +pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="http://www.gnu.org/software/libidn/" arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ makedepends=('pkgconfig') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) install=libidn.install -sha1sums=('725587211b229c156e29fa2ad116b0ef71a7ca17') - +sha1sums=('e0959eec9a03fd8053379b0aeab447c546c05ab2') + build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr
