summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2015-09-13 00:18:18 +0100
committermschubert2015-09-13 00:18:18 +0100
commit75fa1f6e945bdcf92796d7cfd79299c67d2197d9 (patch)
treec929b668207535524ab505570e9103c5e072db55
parentc054ea8ae25f3d2e266daef168bcb76c947284c2 (diff)
downloadaur-75fa1f6e945bdcf92796d7cfd79299c67d2197d9.tar.gz
version bump 0.9.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3b92cb3f35d..7f0a317cfda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.11
- pkgrel = 2
+ pkgver = 0.9.12
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python2-pythonmagick
depends = python2
depends = imagemagick
options = !libtool
- source = http://www.imagemagick.org/download/python/PythonMagick-0.9.11.tar.gz
- md5sums = 8af559d540a8e976d830ede9c79c683e
+ source = http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.gz
+ md5sums = 4e4c8a535752f5ca4111b4a4b74c49a0
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index 0e84f5b03824..4444219934b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
-
pkgname=python2-pythonmagick
-pkgver=0.9.11
-pkgrel=2
+pkgver=0.9.12
+pkgrel=1
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -11,7 +10,7 @@ depends=('boost' 'python2' 'imagemagick') # 'libstdc++5')
makedepends=('perl' 'automake')
options=('!libtool')
source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")
-md5sums=('8af559d540a8e976d830ede9c79c683e')
+md5sums=('4e4c8a535752f5ca4111b4a4b74c49a0')
build() {
cd "$srcdir/PythonMagick-$pkgver"
@@ -32,4 +31,3 @@ package() {
make DESTDIR="$pkgdir" pyexecdir="$pydir" pythondir="$pydir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-pythonmagick/LICENSE"
}
-