diff options
Diffstat (limited to 'community/ucl/PKGBUILD')
-rw-r--r-- | community/ucl/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ucl/PKGBUILD b/community/ucl/PKGBUILD index 8ea619f4a..107f1fad5 100644 --- a/community/ucl/PKGBUILD +++ b/community/ucl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 66541 2012-02-26 00:11:59Z lfleischer $ +# $Id: PKGBUILD 100007 2013-10-31 02:58:06Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Previous Contributor: arjan <arjan@archlinux.org> @@ -11,7 +11,6 @@ pkgdesc="Portable lossless data compression library written in ANSI C" arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.oberhumer.com/opensource/ucl/" -options=(!libtool) source=("http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz") md5sums=('852bd691d8abc75b52053465846fba34') |