[arch-commits] Commit in lensfun/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun May 30 16:39:16 UTC 2010


    Date: Sunday, May 30, 2010 @ 12:39:15
  Author: tpowa
Revision: 81449

upgpkg: lensfun 0.2.5-1
bump to latest version

Modified:
  lensfun/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-30 16:36:21 UTC (rev 81448)
+++ PKGBUILD	2010-05-30 16:39:15 UTC (rev 81449)
@@ -2,26 +2,20 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=lensfun
-pkgver=0.2.3
-pkgrel=2.1
+pkgver=0.2.5
+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')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \
-        lensfun-0.2.3-glibc-2.10.patch lensfun-0.2.3-as-needed.patch)
-md5sums=('c5c04be4f53e3eef450ff4948d8f65b3' '593c956bb50d8009f66ff9496fa67fdf'\
-         '99f34d25b54aab60ba7346008749abd6')
-sha1sums=('4cb8fb4ce9c439ec7a3447d7fd35dfd5b73253ce' 'f0804a6445376f55d91d565d2a546b14b0990bf7'\
-         'c16ddb0f39253462b8fa0882461ed7bd85d1c5fc')
+source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2) 
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    patch -p1 < ../lensfun-0.2.3-glibc-2.10.patch || return 1
-    patch -p1 < ../lensfun-0.2.3-as-needed.patch || return 1
     ./configure --prefix=/usr --libdir=/usr/lib || return 1
     make all || return 1
     make INSTALL_PREFIX="$pkgdir" install || return 1
 }
+md5sums=('a10438dffae68a5988fc54b0393a3755')




More information about the arch-commits mailing list