diff --git a/libidn/PKGBUILD b/libidn/PKGBUILD index ef0645af4..7ae7cde90 100644 --- a/libidn/PKGBUILD +++ b/libidn/PKGBUILD @@ -1,7 +1,5 @@ -# Maintainer: abveritas@chakra-project.org - pkgname=libidn -pkgver=1.32 +pkgver=1.33 pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="http://www.gnu.org/software/libidn/" @@ -10,7 +8,7 @@ license=('GPL3' 'LGPL') depends=('glibc' 'texinfo') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) install=libidn.install -sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5') +sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e') build() { cd ${srcdir}/${pkgname}-${pkgver}