summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-10-03 13:37:44 +0100
committermschubert2016-10-03 13:37:44 +0100
commit38f349174f4ad9e50f83267a87ab3dbf8ee4ca82 (patch)
tree0f441cf4f6e3993f4bc63fd3c9e93de2b0a33eec
parent2863e23b50d81fa6a55ea990f8724dd09e3a3d18 (diff)
downloadaur-38f349174f4ad9e50f83267a87ab3dbf8ee4ca82.tar.gz
version bump 0.9.14; use release dir
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baca3a6856a6..831e6dc756d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 13:31:59 UTC 2015
+# Mon Oct 3 12:37:32 UTC 2016
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.12
- pkgrel = 3
+ pkgver = 0.9.14
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
license = custom
makedepends = perl
makedepends = automake
- depends = boost<1.60.0
+ depends = boost
depends = python2
depends = imagemagick
options = !libtool
- source = http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.gz
- md5sums = 5187cb51f3a850a88a95568bb96e62e3
+ source = http://www.imagemagick.org/download/python/releases/PythonMagick-0.9.14.tar.gz
+ md5sums = c9549c177f799076340c78266bde6161
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index b78339b2adcb..abf68c46991b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
-pkgver=0.9.12
-pkgrel=3
+pkgver=0.9.14
+pkgrel=1
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('boost<1.60.0' 'python2' 'imagemagick') # 'libstdc++5')
+depends=('boost' 'python2' 'imagemagick')
makedepends=('perl' 'automake')
options=('!libtool')
-source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")
-md5sums=('5187cb51f3a850a88a95568bb96e62e3')
+source=("http://www.imagemagick.org/download/python/releases/PythonMagick-$pkgver.tar.gz")
+md5sums=('c9549c177f799076340c78266bde6161')
build() {
cd "$srcdir/PythonMagick-$pkgver"
@@ -20,7 +20,6 @@ build() {
PYTHON_LIB="`python2-config --libs`" \
./configure --prefix=/usr
-# sed -i 's:-l$(PYTHON_LIB):$(PYTHON_LIB):' Makefile
make
}