summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2015-12-01 13:35:43 +0000
committermschubert2015-12-01 13:35:43 +0000
commitb2aa4d468e867885f9183391e372b669347ccf44 (patch)
treecb346454d1a3998764b5e1dccac436d71706ed9d
parent3632a9eba5c0ab74a5a1fbf1bc23678f08b2aba3 (diff)
downloadaur-b2aa4d468e867885f9183391e372b669347ccf44.tar.gz
bump md5sum+release for upstream change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8eb0ccb9aa7..9d1735ac8b23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pythonmagick
pkgdesc = Object-oriented Python bindings for the ImageMagick library
pkgver = 0.9.12
- pkgrel = 1
+ pkgrel = 2
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pythonmagick
depends = imagemagick
options = !libtool
source = http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.gz
- md5sums = 4e4c8a535752f5ca4111b4a4b74c49a0
+ md5sums = 5187cb51f3a850a88a95568bb96e62e3
pkgname = pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index 1288d7cbf566..691a774cb2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Richter <Florian_Richter@gmx.de>
pkgname=pythonmagick
pkgver=0.9.12
-pkgrel=1
+pkgrel=2
pkgdesc="Object-oriented Python bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -11,12 +11,12 @@ depends=('boost' 'python' 'imagemagick')
makedepends=('perl' 'automake')
options=('!libtool')
source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")
-md5sums=('4e4c8a535752f5ca4111b4a4b74c49a0')
+md5sums=('5187cb51f3a850a88a95568bb96e62e3')
build() {
cd "$srcdir/PythonMagick-$pkgver"
sed -i "s/-lboost_python\ /-lboost_python3\ /" Makefile.am
- ./autogen.pl
+ perl autogen.pl
CPPFLAGS="`python-config --includes`" \
PYTHON_LIB="`python-config --libs`" \