summaryrefslogtreecommitdiffstats
path: root/abs/core/libidn
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-09 22:03:34 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-09 22:03:34 (GMT)
commit6e266cb2cab769f484532311206e5f548669b49b (patch)
tree1890b6f237391f1b1bcc0d0ccccd323beb64ae60 /abs/core/libidn
parentdf1f5eb855cd33b0d9154b25584b96122fdc1a53 (diff)
downloadlinhes_pkgbuild-6e266cb2cab769f484532311206e5f548669b49b.zip
linhes_pkgbuild-6e266cb2cab769f484532311206e5f548669b49b.tar.gz
linhes_pkgbuild-6e266cb2cab769f484532311206e5f548669b49b.tar.bz2
libidn 1.25
Diffstat (limited to 'abs/core/libidn')
-rw-r--r--abs/core/libidn/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/libidn/PKGBUILD b/abs/core/libidn/PKGBUILD
index 79ad2ec..42aaa09 100644
--- a/abs/core/libidn/PKGBUILD
+++ b/abs/core/libidn/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 94460 2010-10-07 10:45:51Z 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.19
+pkgver=1.25
pkgrel=1
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
url="http://www.gnu.org/software/libidn/"
@@ -15,8 +15,8 @@ makedepends=('pkgconfig')
options=('!libtool')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
install=libidn.install
-md5sums=('a45142126d28162014c995f969bdb5a8')
-
+sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd')
+
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
@@ -27,4 +27,3 @@ package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
-