@simon04: Arch updated python to 3.9. I changed _py3basever to 3.9m, and it's working for me. Here's the diff:
diff --git a/PKGBUILD b/PKGBUILD
index 98b1e47..688bab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-pillow-simd
pkgver=7.0.0.post3
-pkgrel=2
+pkgrel=3
epoch=1
_name=Pillow-SIMD
-_py3basever=3.8m
+_py3basever=3.9m
pkgdesc="Python Imaging Library (PIL) fork. Pillow fork for better image processing performance."
arch=('x86_64')
url="https://github.com/uploadcare/pillow-simd"
Pinned Comments
simon04 commented on 2019-05-02 18:20
The one user requests a downgrade from 6.0.0 to 5.3.0.post1, the other requests an upgrade from 5.3.0.post1 to 6.0.0 To break this tie, I'll consider https://pypi.org/project/Pillow-SIMD/ as reference for the latest version.