summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-10-01 22:02:04 +0300
committerCaleb Maclennan2021-10-01 22:02:04 +0300
commite1de1f169404345c9bf036d080e922c413cb71f2 (patch)
tree8661389b01e745fe66ef3e37409283bca44d0b15 /PKGBUILD
parente656eb8b81871f75fc49b1d5a3a4122b11f9cfa5 (diff)
downloadaur-e1de1f169404345c9bf036d080e922c413cb71f2.tar.gz
upgpkg: python-skia-pathops 0.7.0-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 b2d85b5a576b..550feb9de8a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.6.0.post3
+pkgver=0.7.0
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=('55ec8dd73f71c8366f60bb7ca5989651d7e570b61438827d3e3603cebb2fc3f4')
+sha256sums=('f88a25860935c43bedb9748645c04d6189fb14cf79316a23bc65577e9764b3c8')
# 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