summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-04-23 08:00:51 +0200
committerSimon Legner2019-04-23 08:00:51 +0200
commit813d9246bb4942785363bc40894ae91a3f60ae92 (patch)
tree772b078d0ede89988b11b641dd4ad8cf5f9b3c16
parent58c28b832e8c0876e3c37ddf40054db8f58afecf (diff)
downloadaur-813d9246bb4942785363bc40894ae91a3f60ae92.tar.gz
Update to 6.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4970c08ec223..acedb84fc6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pillow-simd
pkgdesc = Python Imaging Library (PIL) fork. Pillow fork for better image processing performance.
- pkgver = 5.3.0.post0
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/uploadcare/pillow-simd
arch = x86_64
@@ -21,8 +21,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/v5.3.0.post0.tar.gz
- sha256sums = 0086cea17590587e8041fe35a2c0c8680975198d798c2b39cdf277354b3b16c8
+ source = https://github.com/uploadcare/pillow-simd/archive/6.0.0.tar.gz
+ sha256sums = d9483c523fd86b48fdadacde219d3ecbddfbde0543d4a36a3a0600cd2e319f18
pkgname = python-pillow-simd
diff --git a/PKGBUILD b/PKGBUILD
index 94ea17405923..43a6da5abfcc 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.3.0.post0
+pkgver=6.0.0
pkgrel=1
_appname=pillow-simd
_py3basever=3.7m
@@ -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/v$pkgver.tar.gz")
+source=("https://github.com/uploadcare/$_appname/archive/$pkgver.tar.gz")
conflicts=('python-pillow')
provides=('python-pillow')
@@ -34,4 +34,4 @@ package() {
install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
}
-sha256sums=('0086cea17590587e8041fe35a2c0c8680975198d798c2b39cdf277354b3b16c8')
+sha256sums=('d9483c523fd86b48fdadacde219d3ecbddfbde0543d4a36a3a0600cd2e319f18')