summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-11 20:36:02 +0300
committerCaleb Maclennan2022-11-11 20:36:02 +0300
commit17dcf5c0c6323bc136349c6e73122bd79260447a (patch)
treee9e1e6697532ecba22ff497124f652a28ab969c5 /PKGBUILD
parent267e28fc637d5fbf3de229e1c2cefd0b5c7bb971 (diff)
downloadaur-17dcf5c0c6323bc136349c6e73122bd79260447a.tar.gz
upgpkg: python-skia-pathops 0.7.4-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 8a5dd2a2bd9a..49e80c500840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
arch=(x86_64)
@@ -15,7 +15,7 @@ options=(!strip)
_py=cp310
_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_$CARCH.manylinux2014_$CARCH.whl"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$_wheel")
-sha256sums=('14d303d72df4738a9de5f38ca03f57cf802f5a985a15cb0d84dca57295873858')
+sha256sums=('0f35e2ea1a43f44ccaab75dd5c782510f79f3bd478fa404a4907597ab9d5d379')
# 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