summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Conseil2017-02-17 16:12:57 +0100
committerSimon Conseil2017-02-17 16:12:57 +0100
commit4206967b743eaab0ab2f430409aad3f2ae43b91b (patch)
tree36438423af53842e7a55fe671b0d98c8249abdf4
parent0666ab5fa70fb44fc95765abbe4a5a6c5776d8ab (diff)
downloadaur-python2-pilkit.tar.gz
v2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a070a8759b6..1f1b9090d5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Feb 17 15:12:02 UTC 2017
pkgbase = python2-pilkit
pkgdesc = A collection of utilities and processors for the Python Imaging Libary
- pkgver = 1.1.13
+ pkgver = 2.0
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.13.tar.gz
- md5sums = dc586362902dcc1110d487d7c8ffd5e4
+ source = https://files.pythonhosted.org/packages/source/p/pilkit/pilkit-2.0.tar.gz
+ md5sums = 1b187cddbaaec56c4797679949de44ee
pkgname = python2-pilkit
diff --git a/PKGBUILD b/PKGBUILD
index 5be3afa18550..c161f52fe8de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Simon Conseil <contact+aur at saimon dot org>
pkgname=python2-pilkit
_pkgname=pilkit
-pkgver=1.1.13
+pkgver=2.0
pkgrel=1
pkgdesc="A collection of utilities and processors for the Python Imaging Libary"
arch=('any')
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=('dc586362902dcc1110d487d7c8ffd5e4')
+source=("https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
+md5sums=('1b187cddbaaec56c4797679949de44ee')
package() {
cd "$srcdir/$_pkgname-$pkgver"