summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 22:38:22 +0300
committerCaleb Maclennan2024-04-27 22:38:22 +0300
commite8bcd6a8cb40cda8ceb4e58a998311d1dcb242c3 (patch)
treea6291eb49f0c428823e9636b62d053908eff2303
parente27779fbef3510e7c687bc57516c98aad8fd4b7b (diff)
downloadaur-python-axisregistry.tar.gz
upgpkg: python-axisregistry 0.4.9-2
Rebuild for Python 3.12, cleanup packaging odds and ends
-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}