diff options
author | root <root@rshg047.dnsready.net> | 2011-05-07 22:35:21 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-07 22:35:21 +0000 |
commit | fe6dc99352fe2b801d251e55b2b8baa71441908e (patch) | |
tree | b57122dcf7e7901a912aaf1783a7c8b9a4bd1085 /extra/libidn | |
parent | b0145a13655cdf02f228f07b376e58a825e28b78 (diff) |
Sat May 7 22:35:21 UTC 2011
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 d4c961828..8428590f6 100644 --- a/extra/libidn/PKGBUILD +++ b/extra/libidn/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 122517 2011-05-04 11:21:40Z ronald $ +# $Id: PKGBUILD 122805 2011-05-06 09:19:07Z 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.21 +pkgver=1.22 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=('991d5d4e24118d7672d53ed692a8a6ab87212f8f') +sha1sums=('8358e897c24d534438f6b5694c25e85889d860c3') build() { cd ${srcdir}/${pkgname}-${pkgver} |