summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0c3984fc79..228397417acd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-axisregistry
pkgdesc = easy access to the GF Axis Registry
pkgver = 0.4.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlefonts/axisregistry
arch = any
- license = Apache
+ license = Apache-2.0
checkdepends = python-fonttools
checkdepends = python-pytest
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 64fcfb9fb4eb..ee614bd32cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pyname=axisregistry
pkgname=python-$_pyname
pkgver=0.4.9
-pkgrel=1
+pkgrel=2
pkgdesc='easy access to the GF Axis Registry'
arch=(any)
url="https://github.com/googlefonts/$_pyname"
-license=(Apache)
+license=(Apache-2.0)
depends=(python
python-protobuf)
makedepends=(python-{build,installer,wheel}