summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Conseil2015-10-02 15:59:27 +0200
committerSimon Conseil2015-10-02 15:59:27 +0200
commit0666ab5fa70fb44fc95765abbe4a5a6c5776d8ab (patch)
treed2bc30126b81a3b3d9e234060e36de393a56f611 /PKGBUILD
parent9b9e8ffca7127e760b8065fe0984519f3ccac5dc (diff)
downloadaur-0666ab5fa70fb44fc95765abbe4a5a6c5776d8ab.tar.gz
Version 1.1.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"