diff options
Diffstat (limited to 'community/python-lcms/PKGBUILD')
-rw-r--r-- | community/python-lcms/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python-lcms/PKGBUILD b/community/python-lcms/PKGBUILD index 33efa9902..e5cd1d251 100644 --- a/community/python-lcms/PKGBUILD +++ b/community/python-lcms/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 26298 2010-09-14 17:18:19Z schuay $ +# $Id: PKGBUILD 58889 2011-11-19 16:52:42Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Connor Behan <connor.behan@gmail.com> @@ -11,7 +11,7 @@ arch=(i686 x86_64 'mips64el') license=('CUSTOM') depends=('libtiff' 'python2' 'lcms') url="http://www.littlecms.com" -options=('!libtool' 'force') +options=('!libtool') source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz) md5sums=('8af94611baf20d9646c7c2c285859818') |