[arch-commits] CVS update of extra/lib/libdatrie (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Sep 20 16:53:37 UTC 2007
Date: Thursday, September 20, 2007 @ 12:53:37
Author: jgc
Path: /home/cvs-extra/extra/lib/libdatrie
Modified: PKGBUILD (1.1 -> 1.2)
upgpkg: libdatrie 0.1.2-1
Remove empty dirs, update option syntax
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: extra/lib/libdatrie/PKGBUILD
diff -u extra/lib/libdatrie/PKGBUILD:1.1 extra/lib/libdatrie/PKGBUILD:1.2
--- extra/lib/libdatrie/PKGBUILD:1.1 Fri Apr 27 12:58:34 2007
+++ extra/lib/libdatrie/PKGBUILD Thu Sep 20 12:53:36 2007
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.1 2007/04/27 16:58:34 jgc Exp $
+# $Id: PKGBUILD,v 1.2 2007/09/20 16:53:36 jgc Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
pkgname=libdatrie
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Libdatrie is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
url="http://linux.thai.net/~thep/datrie/datrie.html"
license=('LGPL')
arch=('i686' 'x86_64')
depends=('glibc')
-options=('nolibtool')
+options=('!libtool' '!emptydirs')
source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6beadd556169aa58c9210c713d139229')
+md5sums=('3eaedd5452149e11547a0dc74ee3fcfd')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
More information about the arch-commits
mailing list