summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-17 10:18:51 +0300
committerCaleb Maclennan2022-06-17 10:18:51 +0300
commit2b4242a5aaea18ef214ba003125ddc3f30ca7d95 (patch)
treeeeb804212a6b0a7aa8c633123fbbe049a68dad01
parentf61b32f5b47646af0aba412f41146afbf870f8f2 (diff)
downloadaur-2b4242a5aaea18ef214ba003125ddc3f30ca7d95.tar.gz
upgpkg: python-axisregistry 0.2.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85676b1cc127..2707c607d949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-axisregistry
pkgdesc = easy access to the GF Axis Registry
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlefonts/axisregistry
arch = any
license = Apache
checkdepends = python-pytest
- makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 83049ca232a2..574c16c6bc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
_pyname=axisregistry
pkgname=python-$_pyname
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='easy access to the GF Axis Registry'
arch=(any)
url="https://github.com/googlefonts/$_pyname"
license=(Apache)
depends=(python
python-protobuf)
-makedepends=(cython
- python-{build,installer,wheel}
+makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"