summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 13:50:00 +0300
committerCaleb Maclennan2021-12-14 13:50:00 +0300
commit665eca17750524c0e5b4aa404dabdde5a552d890 (patch)
treeed0bffd5e21001526bc67010d467f9e3f97799fc
parent07d8e38bea5512b991150aa051d68d3ef4241db0 (diff)
downloadaur-665eca17750524c0e5b4aa404dabdde5a552d890.tar.gz
upgpkg: python-skia-pathops 0.7.2-2
Rebuild for Python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cce56962720..3ff0b42e66e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-skia-pathops
pkgdesc = Python bindings for the Skia library’s Path Ops (wheel)
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fonttools/skia-pathops
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 49e19f60373d..86241127b879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python bindings for the Skia library’s Path Ops (wheel)'
-arch=('x86_64')
+arch=(x86_64)
url="https://github.com/fonttools/$_pkgname"
-license=('BSD')
-depends=('python')
-makedepends=('python-pip')
+license=(BSD)
+depends=(python)
+makedepends=(python-pip)
options=(!strip)
_py=cp310
_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"