summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 13:50:00 +0300
committerCaleb Maclennan2021-12-14 13:50:00 +0300
commit665eca17750524c0e5b4aa404dabdde5a552d890 (patch)
treeed0bffd5e21001526bc67010d467f9e3f97799fc /PKGBUILD
parent07d8e38bea5512b991150aa051d68d3ef4241db0 (diff)
downloadaur-665eca17750524c0e5b4aa404dabdde5a552d890.tar.gz
upgpkg: python-skia-pathops 0.7.2-2
Rebuild for Python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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"