summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Conseil2015-10-02 15:59:27 +0200
committerSimon Conseil2015-10-02 15:59:27 +0200
commit0666ab5fa70fb44fc95765abbe4a5a6c5776d8ab (patch)
treed2bc30126b81a3b3d9e234060e36de393a56f611
parent9b9e8ffca7127e760b8065fe0984519f3ccac5dc (diff)
downloadaur-0666ab5fa70fb44fc95765abbe4a5a6c5776d8ab.tar.gz
Version 1.1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cd0971a077d..5a070a8759b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-pilkit
pkgdesc = A collection of utilities and processors for the Python Imaging Libary
- pkgver = 1.1.12
+ pkgver = 1.1.13
pkgrel = 1
url = https://github.com/matthewwithanm/pilkit/
arch = any
license = BSD
depends = python2
depends = python2-pillow
- source = http://pypi.python.org/packages/source/p/pilkit/pilkit-1.1.12.tar.gz
- md5sums = db659fe027a4c48196bd46ae9263e14b
+ source = http://pypi.python.org/packages/source/p/pilkit/pilkit-1.1.13.tar.gz
+ md5sums = dc586362902dcc1110d487d7c8ffd5e4
pkgname = python2-pilkit
diff --git a/PKGBUILD b/PKGBUILD
index 8eb582ba25b4..5be3afa18550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Conseil <contact+aur at saimon dot org>
pkgname=python2-pilkit
_pkgname=pilkit
-pkgver=1.1.12
+pkgver=1.1.13
pkgrel=1
pkgdesc="A collection of utilities and processors for the Python Imaging Libary"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/matthewwithanm/pilkit/"
license=('BSD')
depends=('python2' 'python2-pillow')
source=("http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
-md5sums=('db659fe027a4c48196bd46ae9263e14b')
+md5sums=('dc586362902dcc1110d487d7c8ffd5e4')
package() {
cd "$srcdir/$_pkgname-$pkgver"