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

Tobias Powalowski tpowa at archlinux.org
Mon Nov 5 14:18:01 UTC 2012


    Date: Monday, November 5, 2012 @ 09:18:01
  Author: tpowa
Revision: 170222

upgpkg: tdb 1.2.10-2

fix python bindings #32300

Modified:
  tdb/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-05 14:07:02 UTC (rev 170221)
+++ PKGBUILD	2012-11-05 14:18:01 UTC (rev 170222)
@@ -5,7 +5,7 @@
 
 pkgname=tdb
 pkgver=1.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
 arch=(i686 x86_64)
 license=('GPL3')
@@ -21,6 +21,7 @@
    # Use system docbook.xsl
    #_manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl"
    #sed -i "s#http.*xsl#$_manstyle#" tdb.mk
+   export PYTHON=/usr/bin/python2
    ./configure --prefix=/usr \
                --localstatedir=/var \
                --sysconfdir=/etc/samba
@@ -29,6 +30,7 @@
 
 package() {
    cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
    make DESTDIR=$pkgdir/ install
 }
 md5sums=('cc28048309df19782b04359282e9f98b')




More information about the arch-commits mailing list