summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2017-11-13 22:22:10 +0100
committermschubert2017-11-13 22:22:10 +0100
commit491a944805842dfc873d3fba1388438539d1fe52 (patch)
treeb8aa6f4905483e73104b0f067a2ab8aca3839c8d
parent3eee31f561f0d46da921725c6c14084832cafb94 (diff)
downloadaur-491a944805842dfc873d3fba1388438539d1fe52.tar.gz
version bump 0.9.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4516f879ce3..72f914738fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 23:31:15 UTC 2017
+# Mon Nov 13 21:21:37 UTC 2017
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.17
+ pkgver = 0.9.18
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.17.tar.gz
- md5sums = 685c24cf63c7411840c743ad2d6fd74b
+ source = http://www.imagemagick.org/download/python/PythonMagick-0.9.18.tar.gz
+ md5sums = 3ddfdf4e1b2729d40b229b1eb3605848
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index 23de70ce7976..701defd9f022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
-pkgver=0.9.17
+pkgver=0.9.18
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=('685c24cf63c7411840c743ad2d6fd74b')
+md5sums=('3ddfdf4e1b2729d40b229b1eb3605848')
build() {
cd "$srcdir/PythonMagick-$pkgver"