summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-10-04 20:54:22 +0300
committerCaleb Maclennan2021-10-04 20:54:22 +0300
commita201942117572c55f2545f29a429f029f43bd368 (patch)
treea6ddd30fb4caa1bb407994fcca8ea7f575f77115 /PKGBUILD
parente1de1f169404345c9bf036d080e922c413cb71f2 (diff)
downloadaur-a201942117572c55f2545f29a429f029f43bd368.tar.gz
upgpkg: python-skia-pathops 0.7.1-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 550feb9de8a3..5e02616bb0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
arch=('x86_64')
@@ -15,7 +15,7 @@ options=(!strip)
_py=cp39
_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$_wheel")
-sha256sums=('f88a25860935c43bedb9748645c04d6189fb14cf79316a23bc65577e9764b3c8')
+sha256sums=('347e2db4646162fe77ea8f9cce16d8e6cd6280dc9ccf48d9297210b62b5d7bdc')
# 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