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