summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-10-28 22:31:59 +0300
committerCaleb Maclennan2022-10-28 22:31:59 +0300
commit267e28fc637d5fbf3de229e1c2cefd0b5c7bb971 (patch)
tree1da978df3266bc9d785bafe16387b78e4a84c75d
parent9733d696ca46620d65a31350b1321007d83d4c05 (diff)
downloadaur-267e28fc637d5fbf3de229e1c2cefd0b5c7bb971.tar.gz
upgpkg: python-skia-pathops 0.7.3-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 3ff0b42e66e7..66c8bf29288d 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.2
- pkgrel = 2
+ pkgver = 0.7.3
+ 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/cp310/s/skia-pathops/skia_pathops-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = f6b518fca15b4456ddf99062f334c0333a5165be976fb0c9e071af29128583f7
+ source = https://files.pythonhosted.org/packages/cp310/s/skia-pathops/skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+ sha256sums = 14d303d72df4738a9de5f38ca03f57cf802f5a985a15cb0d84dca57295873858
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index 397de4ab026f..8a5dd2a2bd9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+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=cp310
_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_$CARCH.manylinux2014_$CARCH.whl"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$_wheel")
-sha256sums=('f6b518fca15b4456ddf99062f334c0333a5165be976fb0c9e071af29128583f7')
+sha256sums=('14d303d72df4738a9de5f38ca03f57cf802f5a985a15cb0d84dca57295873858')
# 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