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 c8bf1a1127ab..b36ab7f427c0 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.8.0
+ pkgver = 0.8.0.post1
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/cp311/s/skia-pathops/skia_pathops-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = e6223adaa1a3491724dbdedcc417db09af3070378e917ba8fb12cc2f6365c3aa
+ source = https://files.pythonhosted.org/packages/cp311/s/skia-pathops/skia_pathops-0.8.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+ sha256sums = 27861201a5eabcd50b1d4c94be9cd28749d9236cbbab797e5ca6a293b6c15178
pkgname = python-skia-pathops
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