summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-13 11:56:37 +0300
committerCaleb Maclennan2021-12-13 11:56:37 +0300
commit07d8e38bea5512b991150aa051d68d3ef4241db0 (patch)
tree0c30afbb5f814cf794bf4ad78575d67255feeb1c
parenta201942117572c55f2545f29a429f029f43bd368 (diff)
downloadaur-07d8e38bea5512b991150aa051d68d3ef4241db0.tar.gz
upgpkg: python-skia-pathops 0.7.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d3cef40f70f..1cce56962720 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.1
+ pkgver = 0.7.2
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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = 347e2db4646162fe77ea8f9cce16d8e6cd6280dc9ccf48d9297210b62b5d7bdc
+ source = https://files.pythonhosted.org/packages/cp310/s/skia-pathops/skia_pathops-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+ sha256sums = f6b518fca15b4456ddf99062f334c0333a5165be976fb0c9e071af29128583f7
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index 5e02616bb0ab..49e19f60373d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
arch=('x86_64')
@@ -12,10 +12,10 @@ license=('BSD')
depends=('python')
makedepends=('python-pip')
options=(!strip)
-_py=cp39
+_py=cp310
_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=('347e2db4646162fe77ea8f9cce16d8e6cd6280dc9ccf48d9297210b62b5d7bdc')
+sha256sums=('f6b518fca15b4456ddf99062f334c0333a5165be976fb0c9e071af29128583f7')
# 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