lensfun rebuild, was build with old python

This commit is contained in:
abveritas 2011-05-13 03:00:47 +00:00
parent 4ad887f9fd
commit ff7f3c959c
2 changed files with 8 additions and 5 deletions

View File

@ -1,15 +1,18 @@
# $Id: PKGBUILD 81449 2010-05-30 16:39:15Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=lensfun
pkgver=0.2.5
pkgrel=1
pkgrel=2
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')
makedepends=('python2' 'libpng')
source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
build() {

View File

@ -13,7 +13,7 @@ url="http://nmap.org"
license=('custom:GPL')
depends=('pcre' 'openssl' 'libpcap>=1.0.0' 'lua')
# python is needed for zenmap
makedepends=('python')
makedepends=('python2')
optdepends=('pygtk: gui for nmap')
options=('!makeflags')
source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)