summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-04 00:21:35 +0300
committerCaleb Maclennan2023-05-04 00:21:35 +0300
commitbbd74a2cf7314053c8039ef46a4609398efb31da (patch)
tree44459baeb131cef0022bac1d11e438722be081a8
parent17dcf5c0c6323bc136349c6e73122bd79260447a (diff)
downloadaur-bbd74a2cf7314053c8039ef46a4609398efb31da.tar.gz
upgpkg: python-skia-pathops 0.7.4-2
Rebuild for Python 3.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c92f5de85466..313f6f6cbe4a 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 = 1
+ pkgrel = 2
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/cp310/s/skia-pathops/skia_pathops-0.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = 0f35e2ea1a43f44ccaab75dd5c782510f79f3bd478fa404a4907597ab9d5d379
+ 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
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index 49e80c500840..a27696ebc881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
arch=(x86_64)
url="https://github.com/fonttools/$_pkgname"
@@ -12,10 +12,10 @@ license=(BSD)
depends=(python)
makedepends=(python-pip)
options=(!strip)
-_py=cp310
+_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=('0f35e2ea1a43f44ccaab75dd5c782510f79f3bd478fa404a4907597ab9d5d379')
+sha256sums=('003119e9a5f24395f134c8223c5fbc9baddecd1002ee0814287cd78a52477655')
# 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