summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2018-01-28 22:50:21 +0100
committermschubert2018-01-28 22:50:21 +0100
commit48deea9b8619a096cb78feda4a66f2a0dcc9a18d (patch)
tree9ac860c42d9e44c9a33099498c6936b1764e02d3
parent491a944805842dfc873d3fba1388438539d1fe52 (diff)
downloadaur-python2-pythonmagick.tar.gz
version bump 0.9.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f914738fc0..6d939fc62da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 13 21:21:37 UTC 2017
+# Sun Jan 28 21:50:11 UTC 2018
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.18
+ pkgver = 0.9.19
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.18.tar.gz
- md5sums = 3ddfdf4e1b2729d40b229b1eb3605848
+ source = http://www.imagemagick.org/download/python/PythonMagick-0.9.19.tar.gz
+ md5sums = 015e595e176292c2e31dd5eb12eaad3c
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index 701defd9f022..1277f7a88ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
-pkgver=0.9.18
+pkgver=0.9.19
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=('3ddfdf4e1b2729d40b229b1eb3605848')
+md5sums=('015e595e176292c2e31dd5eb12eaad3c')
build() {
cd "$srcdir/PythonMagick-$pkgver"