summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-02 11:33:03 +0300
committerCaleb Maclennan2024-04-02 11:33:03 +0300
commitfdd7e4b564b83bda2a442a66e9d52d5732d66654 (patch)
tree768643e5786c147c01a5e9450522c201b7fd16e4 /PKGBUILD
parent5bd6e8c3d5299f432735fb5d1e24f0aa1d7d2d15 (diff)
downloadaur-fdd7e4b564b83bda2a442a66e9d52d5732d66654.tar.gz
upgpkg: python-skia-pathops 0.8.0.post1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 614667e2257c..58e18da3be75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.8.0
+pkgver=0.8.0.post1
pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
arch=(x86_64)
@@ -15,7 +15,7 @@ options=(!strip)
_py=cp311
_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_$CARCH.manylinux2014_$CARCH.whl"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$_wheel")
-sha256sums=('e6223adaa1a3491724dbdedcc417db09af3070378e917ba8fb12cc2f6365c3aa')
+sha256sums=('27861201a5eabcd50b1d4c94be9cd28749d9236cbbab797e5ca6a293b6c15178')
# If anybody wants to mess around with the Chromium tree and figure out how to
# build skia from source on Arch I'm open to patches, but even after mucking