summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-09-16 17:12:36 -0300
committerRafael Fontenelle2016-09-16 17:12:36 -0300
commitcb7e55ed6a93241663b70fdff20d09e13643f45b (patch)
treeac5d064174d926e81b0879631e2f31924c461faa
parent2a07980831fdac8c5472b2585dbcafe84c6e17f9 (diff)
downloadaur-cb7e55ed6a93241663b70fdff20d09e13643f45b.tar.gz
Use generic python2-32 version (not 2.7-32)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45827a19d48e..8fd1dd9b4413 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 13:25:54 UTC 2016
+# Fri Sep 16 20:11:57 UTC 2016
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
pkgver = 1.1.27
diff --git a/PKGBUILD b/PKGBUILD
index 8fbb59b1a653..0a2c9b655ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- export PYTHON='/usr/bin/python2.7-32'
- export PYTHON_CONFIG='/usr/bin/python2.7-32-config'
+ export PYTHON='/usr/bin/python2-32'
+ export PYTHON_CONFIG='/usr/bin/python2-32-config'
./configure --prefix=/usr \
--disable-rpath \