summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8df5c082f67a..9d3cef40f70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skia-pathops
pkgdesc = Python bindings for the Skia library’s Path Ops (wheel)
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/fonttools/skia-pathops
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = python-skia-pathops
makedepends = python-pip
depends = python
options = !strip
- source = https://files.pythonhosted.org/packages/cp39/s/skia-pathops/skia_pathops-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = f88a25860935c43bedb9748645c04d6189fb14cf79316a23bc65577e9764b3c8
+ source = https://files.pythonhosted.org/packages/cp39/s/skia-pathops/skia_pathops-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+ sha256sums = 347e2db4646162fe77ea8f9cce16d8e6cd6280dc9ccf48d9297210b62b5d7bdc
pkgname = python-skia-pathops
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