summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-11-04 13:02:37 +0000
committermschubert2016-11-04 13:02:37 +0000
commitd46cddfd051c38623bdf375de13925e29a369ae3 (patch)
treed2e57c81e2061f1eab1a57d015ebcce136727516
parent38f349174f4ad9e50f83267a87ab3dbf8ee4ca82 (diff)
downloadaur-d46cddfd051c38623bdf375de13925e29a369ae3.tar.gz
version bump 0.9.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831e6dc756d3..455acda11a41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 3 12:37:32 UTC 2016
+# Fri Nov 4 13:02:16 UTC 2016
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
- pkgver = 0.9.14
+ pkgver = 0.9.15
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/releases/PythonMagick-0.9.14.tar.gz
- md5sums = c9549c177f799076340c78266bde6161
+ source = http://www.imagemagick.org/download/python/PythonMagick-0.9.15.tar.gz
+ md5sums = a9bdfd5827bec28ebaf6ce21a65fad11
pkgname = python2-pythonmagick
diff --git a/PKGBUILD b/PKGBUILD
index abf68c46991b..8cd6c8f7cec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
-pkgver=0.9.14
+pkgver=0.9.15
pkgrel=1
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('custom')
depends=('boost' 'python2' 'imagemagick')
makedepends=('perl' 'automake')
options=('!libtool')
-source=("http://www.imagemagick.org/download/python/releases/PythonMagick-$pkgver.tar.gz")
+source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")
md5sums=('c9549c177f799076340c78266bde6161')
build() {
@@ -30,3 +30,4 @@ package() {
make DESTDIR="$pkgdir" pyexecdir="$pydir" pythondir="$pydir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-pythonmagick/LICENSE"
}
+md5sums=('a9bdfd5827bec28ebaf6ce21a65fad11')