From ff31f6558b911e924318b059516075f6413c5d8b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 Jun 2012 00:01:49 +0000 Subject: Sat Jun 30 00:01:49 UTC 2012 --- extra/lensfun/PKGBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'extra/lensfun/PKGBUILD') diff --git a/extra/lensfun/PKGBUILD b/extra/lensfun/PKGBUILD index b1ec2b92b..425ac426b 100644 --- a/extra/lensfun/PKGBUILD +++ b/extra/lensfun/PKGBUILD @@ -1,22 +1,20 @@ -# $Id: PKGBUILD 135705 2011-08-17 16:07:55Z tpowa $ +# $Id: PKGBUILD 162692 2012-06-28 10:33:24Z tpowa $ # Maintainer: Tobias Powalowski pkgname=lensfun -pkgver=0.2.5 -pkgrel=2 +pkgver=0.2.6 +pkgrel=1 pkgdesc="Database of photographic lenses and a library that allows advanced access to the database" arch=(i686 x86_64) url="http://lensfun.berlios.de/" license=('LGPL3') depends=('glibc' 'glib2') -makedepends=('python' 'libpng' 'doxygen') -source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2" - "runtime.cpu.detection.fix.backport.patch") +makedepends=('python2' 'libpng' 'doxygen') +source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2") build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure - patch -p0 -i "${srcdir}/runtime.cpu.detection.fix.backport.patch" ./configure \ --prefix=/usr \ --libdir=/usr/lib @@ -27,6 +25,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make INSTALL_PREFIX="$pkgdir" install } - -md5sums=('a10438dffae68a5988fc54b0393a3755' - 'a2033928f263db319de78182ab12fb7d') +md5sums=('740e4749db04da0a597630dd6339b966') -- cgit v1.2.3-54-g00ecf