summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-05-03 08:45:01 +0200
committerSimon Legner2018-05-03 08:45:01 +0200
commit22c8da02e2cc436ad7111ac0c2d6946d51a664d8 (patch)
tree5f159b4a3a087847a73066cc8b3f637a44d36984
parent6cbd8ec07e7a7945e0f84753a432c623b8570b70 (diff)
downloadaur-22c8da02e2cc436ad7111ac0c2d6946d51a664d8.tar.gz
Upgrade to 5.1.1.post0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9027d2b78a60..025f2749382c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 11 21:54:07 UTC 2018
+# Thu May 3 06:45:00 UTC 2018
pkgbase = python-pillow-simd
pkgdesc = Python Imaging Library (PIL) fork. Pillow fork for better image processing performance.
- pkgver = 5.0.0
+ pkgver = 5.1.1.post0
pkgrel = 1
url = https://github.com/uploadcare/pillow-simd
arch = x86_64
@@ -23,9 +23,8 @@ pkgbase = python-pillow-simd
optdepends = tk: for the ImageTK module
provides = python-pillow
conflicts = python-pillow
- source = https://github.com/uploadcare/pillow-simd/archive/5.0.0.tar.gz
- sha1sums = 9590d2cae1c3488c513e5a8c1fd4ad00f6af6cbe
- sha256sums = 9bd80979846d3a8cae878096d1b2d12600542bbc23f1c3c7e5f4445796a09fb0
+ source = https://github.com/uploadcare/pillow-simd/archive/v5.1.1.post0.tar.gz
+ sha256sums = e2fa50bb13eeb73b63d0ada6974292557a7f37df00506124295e4664cba86363
pkgname = python-pillow-simd
diff --git a/PKGBUILD b/PKGBUILD
index 30a323eca790..aa988838412f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on the python-pillow package (Maintainer: Kyle Keen <keenerd@gmail.com>, Contributor: minder)
pkgname=python-pillow-simd
-pkgver=5.0.0
+pkgver=5.1.1.post0
pkgrel=1
_appname=pillow-simd
_py3basever=3.6m
@@ -17,7 +17,7 @@ optdepends=('freetype2: for the ImageFont module'
'tk: for the ImageTK module')
makedepends=('python-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
checkdepends=('python-pytest')
-source=("https://github.com/uploadcare/$_appname/archive/$pkgver.tar.gz")
+source=("https://github.com/uploadcare/$_appname/archive/v$pkgver.tar.gz")
conflicts=('python-pillow')
provides=('python-pillow')
@@ -34,5 +34,4 @@ package() {
install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
}
-sha1sums=('9590d2cae1c3488c513e5a8c1fd4ad00f6af6cbe')
-sha256sums=('9bd80979846d3a8cae878096d1b2d12600542bbc23f1c3c7e5f4445796a09fb0')
+sha256sums=('e2fa50bb13eeb73b63d0ada6974292557a7f37df00506124295e4664cba86363')