summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 11:38:20 +0300
committerCaleb Maclennan2023-06-26 11:38:20 +0300
commitb2f9cec637df227a33cae7011e1f6098201b2973 (patch)
treeb5a5d5e0dedc572a4524e3013f51710270d01fbd
parent7b8750ef3a03f5fe196bfcce0e348a6edb451b2e (diff)
downloadaur-b2f9cec637df227a33cae7011e1f6098201b2973.tar.gz
upgpkg: python-axisregistry 0.4.3-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11a7470a9457..3670b8f4259e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-axisregistry
pkgdesc = easy access to the GF Axis Registry
- pkgver = 0.3.10
- pkgrel = 2
+ pkgver = 0.4.3
+ pkgrel = 1
url = https://github.com/googlefonts/axisregistry
arch = any
license = Apache
@@ -13,7 +13,7 @@ pkgbase = python-axisregistry
makedepends = python-setuptools-scm
depends = python
depends = python-protobuf
- source = https://files.pythonhosted.org/packages/source/a/axisregistry/axisregistry-0.3.10.tar.gz
- sha256sums = b1625078ecf3660fcb097ec6dcb4229ee6b65551668c36fcfa2f2819d9888e0b
+ source = https://files.pythonhosted.org/packages/source/a/axisregistry/axisregistry-0.4.3.tar.gz
+ sha256sums = ff84e095c0356a3fdc777963c5620265284b60ecf954b4f68b242c250c44f49e
pkgname = python-axisregistry
diff --git a/PKGBUILD b/PKGBUILD
index c946563f68ab..fb1adaa7b7c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=axisregistry
pkgname=python-$_pyname
-pkgver=0.3.10
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc='easy access to the GF Axis Registry'
arch=(any)
url="https://github.com/googlefonts/$_pyname"
@@ -16,7 +16,7 @@ checkdepends=(python-fonttools
python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('b1625078ecf3660fcb097ec6dcb4229ee6b65551668c36fcfa2f2819d9888e0b')
+sha256sums=('ff84e095c0356a3fdc777963c5620265284b60ecf954b4f68b242c250c44f49e')
prepare() {
cd "$_archive"