summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"