diff options
Diffstat (limited to 'extra/babl/PKGBUILD')
-rw-r--r-- | extra/babl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/babl/PKGBUILD b/extra/babl/PKGBUILD index 35fc6d398..51729539d 100644 --- a/extra/babl/PKGBUILD +++ b/extra/babl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 158344 2012-05-03 19:33:15Z eric $ +# $Id: PKGBUILD 197873 2013-10-30 11:23:34Z allan $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=babl @@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://gegl.org/babl/" license=('LGPL3') depends=('glibc') -options=('!libtool' '!makeflags') +options=('!makeflags') source=(ftp://ftp.gimp.org/pub/babl/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) sha1sums=('ee60089e8e9d9390e730d3ae5e41074549928b7a') |