summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2017-06-29 00:31:23 +0100
committermschubert2017-06-29 00:31:23 +0100
commit3eee31f561f0d46da921725c6c14084832cafb94 (patch)
tree08d42d273f1c8fe517518db4063931d42dc1733c
parent7abbb9c470659fbd4b134a9d802463a13a0d796f (diff)
downloadaur-3eee31f561f0d46da921725c6c14084832cafb94.tar.gz
version bump 0.9.17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8674866e1bca..e4516f879ce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 6 12:14:28 UTC 2017
+# Wed Jun 28 23:31:15 UTC 2017
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.16
- pkgrel = 3
+ pkgver = 0.9.17
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = python2-pythonmagick
depends = python2
depends = imagemagick
options = !libtool
- source = http://www.imagemagick.org/download/python/PythonMagick-0.9.16.tar.gz
- md5sums = 5fa19155bc8782a90e15d30dc7a219bf
+ source = http://www.imagemagick.org/download/python/PythonMagick-0.9.17.tar.gz
+ md5sums = 685c24cf63c7411840c743ad2d6fd74b
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index 354be8b2e232..23de70ce7976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
-pkgver=0.9.16
-pkgrel=3
+pkgver=0.9.17
+pkgrel=1
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -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=('5fa19155bc8782a90e15d30dc7a219bf')
+md5sums=('685c24cf63c7411840c743ad2d6fd74b')
build() {
cd "$srcdir/PythonMagick-$pkgver"