Date: Friday, March 13, 2015 @ 22:32:18 Author: bluewind Revision: 129212
upgpkg: lib32-libidn 1.30-1 upstream update Modified: lib32-libidn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-13 21:31:18 UTC (rev 129211) +++ PKGBUILD 2015-03-13 21:32:18 UTC (rev 129212) @@ -2,7 +2,7 @@ # Maintainer: Florian Pritz <[email protected]> _pkgbasename=libidn pkgname=lib32-$_pkgbasename -pkgver=1.29 +pkgver=1.30 pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)" url="http://www.gnu.org/software/libidn/" @@ -12,7 +12,7 @@ makedepends=('gcc-multilib') options=('!libtool') source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz) -sha1sums=('e0959eec9a03fd8053379b0aeab447c546c05ab2') +sha1sums=('557e1e37f0978e975b21bcdc243c198cb708bb75') build() { cd ${srcdir}/${_pkgbasename}-${pkgver}
