summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Hillenbrand2022-10-02 14:07:53 -0400
committerChristopher Hillenbrand2022-10-02 14:07:53 -0400
commitc62d1d09bcdea6d4ab6f20fd3e39c2c71e901d16 (patch)
tree5f2aa08a3012319c7c4cd26826200197fb1020fa
parent23f6b691f1293bb605b0f95111c6502a53d0741b (diff)
downloadaur-c62d1d09bcdea6d4ab6f20fd3e39c2c71e901d16.tar.gz
Version 9.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8877c80167c..95c852c2000d 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 = 9.0.0.post1
+ pkgver = 9.2.0
pkgrel = 1
epoch = 1
url = https://github.com/uploadcare/pillow-simd
@@ -22,9 +22,9 @@ pkgbase = python-pillow-simd
optdepends = tk: for the ImageTK module
optdepends = python-olefile: OLE2 file support
optdepends = python-pyqt5: for the ImageQt module
- provides = python-pillow=9.0.0.post1
+ provides = python-pillow=9.2.0
conflicts = python-pillow
- source = https://github.com/uploadcare/pillow-simd/archive/refs/tags/v9.0.0.post1.tar.gz
- sha256sums = 044f8e23f042e7f8f3a4a19b28a97d11c8a873afc1c056c596c904dcd52f25df
+ source = https://github.com/uploadcare/pillow-simd/archive/refs/tags/9.2.0.tar.gz
+ sha256sums = 1c3b4bce334fbb234be506cd3146a93714f9de43032aaf807ff47a20d6b42c95
pkgname = python-pillow-simd
diff --git a/PKGBUILD b/PKGBUILD
index b066f4fa876a..90f343f6bf94 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=9.0.0.post1
+pkgver=9.2.0
pkgrel=1
epoch=1
_name=Pillow-SIMD
@@ -19,7 +19,8 @@ optdepends=('libwebp: for webp images'
'python-pyqt5: for the ImageQt module')
makedepends=('python-setuptools' 'libwebp' 'tk')
checkdepends=('python-pytest')
-source=("https://github.com/uploadcare/pillow-simd/archive/refs/tags/v$pkgver.tar.gz")
+source=("https://github.com/uploadcare/pillow-simd/archive/refs/tags/$pkgver.tar.gz")
+#source=("https://github.com/uploadcare/pillow-simd/archive/refs/tags/v$pkgver.tar.gz")
#source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
conflicts=('python-pillow')
provides=("python-pillow=$pkgver")
@@ -46,4 +47,4 @@ package() {
install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
}
-sha256sums=('044f8e23f042e7f8f3a4a19b28a97d11c8a873afc1c056c596c904dcd52f25df')
+sha256sums=('1c3b4bce334fbb234be506cd3146a93714f9de43032aaf807ff47a20d6b42c95')