diff options
Diffstat (limited to 'community/libraw/PKGBUILD')
-rw-r--r-- | community/libraw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index 871d225c8..b767a9218 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98350 2013-10-08 20:37:21Z jlichtblau $ +# $Id: PKGBUILD 99878 2013-10-31 02:14:23Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> @@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://www.libraw.org/" license=('CDDL' 'LGPL' 'custom') depends=('lcms') -options=('!makeflags' '!libtool') +options=('!makeflags') changelog=$pkgname.changelog source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz) sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79') |