summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2017-04-10 16:10:20 +0100
committermschubert2017-04-10 16:10:20 +0100
commit452773ed3d0d2cc0da186c9a4b3573f043d1cab4 (patch)
tree74bdeb7903c13cfa26e3dccc61bbdb30da31612c
parent83f928adfe6144599a5fc2c65c8dc054dd50b520 (diff)
downloadaur-452773ed3d0d2cc0da186c9a4b3573f043d1cab4.tar.gz
fix python version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3122940ee0..4d0c4b5b1405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 20 14:49:32 UTC 2016
+# Mon Apr 10 15:10:06 UTC 2017
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
pkgver = 0.9.16
- pkgrel = 1
+ pkgrel = 2
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a4484ad71c02..ff8b3426e51a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
pkgver=0.9.16
-pkgrel=1
+pkgrel=2
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -16,6 +16,7 @@ build() {
cd "$srcdir/PythonMagick-$pkgver"
perl autogen.pl
+ PYTHON=python2 \
CPPFLAGS="`python2-config --includes`" \
PYTHON_LIB="`python2-config --libs`" \
./configure --prefix=/usr