summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-27 14:31:41 +0300
committerCaleb Maclennan2024-02-27 14:31:41 +0300
commite27779fbef3510e7c687bc57516c98aad8fd4b7b (patch)
treef0874af60f8638fb1a087c7d0042aa8536cd839c
parent1e16c30496622e46e0511cd656116d38ba8c34b4 (diff)
downloadaur-e27779fbef3510e7c687bc57516c98aad8fd4b7b.tar.gz
upgpkg: python-axisregistry 0.4.9-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3670b8f4259e..6b0c3984fc79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-axisregistry
pkgdesc = easy access to the GF Axis Registry
- pkgver = 0.4.3
+ pkgver = 0.4.9
pkgrel = 1
url = https://github.com/googlefonts/axisregistry
arch = any
@@ -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.4.3.tar.gz
- sha256sums = ff84e095c0356a3fdc777963c5620265284b60ecf954b4f68b242c250c44f49e
+ source = https://files.pythonhosted.org/packages/source/a/axisregistry/axisregistry-0.4.9.tar.gz
+ sha256sums = a1ba63897f3a7f3a246a8ed459051781aaca61135dc6996bebfaf60f677b0c22
pkgname = python-axisregistry
diff --git a/PKGBUILD b/PKGBUILD
index fb1adaa7b7c4..64fcfb9fb4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=axisregistry
pkgname=python-$_pyname
-pkgver=0.4.3
+pkgver=0.4.9
pkgrel=1
pkgdesc='easy access to the GF Axis Registry'
arch=(any)
@@ -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=('ff84e095c0356a3fdc777963c5620265284b60ecf954b4f68b242c250c44f49e')
+sha256sums=('a1ba63897f3a7f3a246a8ed459051781aaca61135dc6996bebfaf60f677b0c22')
prepare() {
cd "$_archive"