[arch-commits] CVS update of extra/lib/libidn (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 17 15:32:21 UTC 2007


    Date: Sunday, June 17, 2007 @ 11:32:21
  Author: jgc
    Path: /home/cvs-extra/extra/lib/libidn

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: libidn 0.6.14-1
Fix license


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: extra/lib/libidn/PKGBUILD
diff -u extra/lib/libidn/PKGBUILD:1.13 extra/lib/libidn/PKGBUILD:1.14
--- extra/lib/libidn/PKGBUILD:1.13	Wed Apr 18 12:03:26 2007
+++ extra/lib/libidn/PKGBUILD	Sun Jun 17 11:32:20 2007
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD,v 1.13 2007/04/18 16:03:26 alexander Exp $
+# $Id: PKGBUILD,v 1.14 2007/06/17 15:32:20 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Eric Johnson <eric at archlinux.org>
 pkgname=libidn
-pkgver=0.6.11
+pkgver=0.6.14
 pkgrel=1
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/libidn/"
-license=(GPL)
+license=('GPL' 'LGPL')
 depends=('glibc')
 makedepends=('pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 source=(ftp://alpha.gnu.org/pub/gnu/libidn/${pkgname}-${pkgver}.tar.gz)
+md5sums=('040f012a45feb56168853998bb87ad4d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -19,4 +20,3 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
-md5sums=('535817ae832eadbf289b5e0bf27b5c74')




More information about the arch-commits mailing list