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

Tobias Powalowski tpowa at archlinux.org
Thu Mar 8 13:18:45 UTC 2012


    Date: Thursday, March 8, 2012 @ 08:18:44
  Author: tpowa
Revision: 152678

fix #27353 python2 makedepend

Modified:
  lensfun/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-08 13:11:34 UTC (rev 152677)
+++ PKGBUILD	2012-03-08 13:18:44 UTC (rev 152678)
@@ -9,7 +9,7 @@
 url="http://lensfun.berlios.de/"
 license=('LGPL3')
 depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'doxygen')
+makedepends=('python2' 'libpng' 'doxygen')
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
         "runtime.cpu.detection.fix.backport.patch")
 




More information about the arch-commits mailing list