diff options
Diffstat (limited to 'extra/libdatrie/PKGBUILD')
-rw-r--r-- | extra/libdatrie/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libdatrie/PKGBUILD b/extra/libdatrie/PKGBUILD index b033bfd69..7a160ed4f 100644 --- a/extra/libdatrie/PKGBUILD +++ b/extra/libdatrie/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 191328 2013-07-23 16:51:26Z jgc $ +# $Id: PKGBUILD 198144 2013-10-30 13:03:26Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com> @@ -10,7 +10,7 @@ url="http://linux.thai.net/projects/datrie" license=('LGPL') arch=('i686' 'x86_64') depends=('glibc') -options=('!libtool' '!emptydirs') +options=('!emptydirs') source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz) md5sums=('e253eb2433045f6e224c7fa44f9796e1') |