summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2018-01-28 22:50:08 +0100
committermschubert2018-01-28 22:50:08 +0100
commitd51cb1cb285e90af9f110001fc83c1e88f3458c6 (patch)
treec1a9a2aa0b0213f29425e2218a50d38cafc96e69
parent821c7f399c12949643df188d39e2afbd3f68abd7 (diff)
downloadaur-d51cb1cb285e90af9f110001fc83c1e88f3458c6.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 ee944cfa4c40..c2ec5fad0d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 13 21:21:35 UTC 2017
+# Sun Jan 28 21:49:57 UTC 2018
pkgbase = pythonmagick
pkgdesc = Object-oriented Python 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 = pythonmagick
depends = python
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 = pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index a10ed140ba36..b7e9b788605a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
# Contributor: Florian Richter <Florian_Richter@gmx.de>
pkgname=pythonmagick
-pkgver=0.9.18
+pkgver=0.9.19
pkgrel=1
pkgdesc="Object-oriented Python bindings for the ImageMagick library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('boost' 'python' '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"