summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-01 20:48:29 +0300
committerCaleb Maclennan2023-06-01 20:48:29 +0300
commit5bd6e8c3d5299f432735fb5d1e24f0aa1d7d2d15 (patch)
tree193118b6707ff9a68e22f42a7040be612f5f7be7
parentbbd74a2cf7314053c8039ef46a4609398efb31da (diff)
downloadaur-5bd6e8c3d5299f432735fb5d1e24f0aa1d7d2d15.tar.gz
upgpkg: python-skia-pathops 0.8.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 313f6f6cbe4a..c8bf1a1127ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-skia-pathops
pkgdesc = Python bindings for the Skia library’s Path Ops (wheel)
- pkgver = 0.7.4
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/fonttools/skia-pathops
arch = x86_64
license = BSD
makedepends = python-pip
depends = python
options = !strip
- source = https://files.pythonhosted.org/packages/cp311/s/skia-pathops/skia_pathops-0.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = 003119e9a5f24395f134c8223c5fbc9baddecd1002ee0814287cd78a52477655
+ 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
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index a27696ebc881..614667e2257c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
arch=(x86_64)
url="https://github.com/fonttools/$_pkgname"
@@ -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=('003119e9a5f24395f134c8223c5fbc9baddecd1002ee0814287cd78a52477655')
+sha256sums=('e6223adaa1a3491724dbdedcc417db09af3070378e917ba8fb12cc2f6365c3aa')
# 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