summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-12-20 15:49:40 +0100
committermschubert2016-12-20 15:49:40 +0100
commit83f928adfe6144599a5fc2c65c8dc054dd50b520 (patch)
tree14f4cea88f596959a13948eb0b958bbe4e141e4d
parentd46cddfd051c38623bdf375de13925e29a369ae3 (diff)
downloadaur-83f928adfe6144599a5fc2c65c8dc054dd50b520.tar.gz
version bump 0.9.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455acda11a41..0e3122940ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 13:02:16 UTC 2016
+# Tue Dec 20 14:49:32 UTC 2016
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.15
+ pkgver = 0.9.16
pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = python2-pythonmagick
depends = python2
depends = imagemagick
options = !libtool
- source = http://www.imagemagick.org/download/python/PythonMagick-0.9.15.tar.gz
- md5sums = a9bdfd5827bec28ebaf6ce21a65fad11
+ source = http://www.imagemagick.org/download/python/PythonMagick-0.9.16.tar.gz
+ md5sums = 73e91e1b8a544fc902ceb4cb2a8961c7
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index 8cd6c8f7cec7..a4484ad71c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
-pkgver=0.9.15
+pkgver=0.9.16
pkgrel=1
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('boost' 'python2' 'imagemagick')
makedepends=('perl' 'automake')
options=('!libtool')
source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")
-md5sums=('c9549c177f799076340c78266bde6161')
+md5sums=('73e91e1b8a544fc902ceb4cb2a8961c7')
build() {
cd "$srcdir/PythonMagick-$pkgver"
@@ -30,4 +30,3 @@ package() {
make DESTDIR="$pkgdir" pyexecdir="$pydir" pythondir="$pydir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-pythonmagick/LICENSE"
}
-md5sums=('a9bdfd5827bec28ebaf6ce21a65fad11')