diff options
author | root <root@rshg054.dnsready.net> | 2012-06-20 00:01:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-20 00:01:41 +0000 |
commit | 530e6e88786befa5d1bcd569e480f1b9fec5b102 (patch) | |
tree | 78088a8187ab892bdaa7001bcd2e76abd66837df /extra/libidn | |
parent | e4afcc505c31482d7d7cee60bb6388bfacc8ad7f (diff) |
Wed Jun 20 00:01:41 UTC 2012
Diffstat (limited to 'extra/libidn')
-rw-r--r-- | extra/libidn/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libidn/PKGBUILD b/extra/libidn/PKGBUILD index 4449c1008..42aaa0949 100644 --- a/extra/libidn/PKGBUILD +++ b/extra/libidn/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 147970 2012-01-29 09:56:25Z ronald $ +# $Id: PKGBUILD 162005 2012-06-18 08:51:29Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Jan de Groot <jgc.archlinux.org> # Contributor: Eric Johnson <eric.archlinux.org> pkgname=libidn -pkgver=1.24 +pkgver=1.25 pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="http://www.gnu.org/software/libidn/" @@ -15,7 +15,7 @@ makedepends=('pkgconfig') options=('!libtool') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) install=libidn.install -sha1sums=('4251c108966375ede4df15d76a1bd9a4440f44ee') +sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd') build() { cd ${srcdir}/${pkgname}-${pkgver} |