summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-10-23 22:02:44 +0300
committerCaleb Maclennan2023-10-23 22:02:44 +0300
commit2c7a23874b298b865809824b9ad1b112a0bc17b4 (patch)
treef3dfc68b983d4c12f672dd17962d668eb1324268
parent81c9cb2fb20725ffba8162f2d76079f4c40f5094 (diff)
downloadaur-2c7a23874b298b865809824b9ad1b112a0bc17b4.tar.gz
upgpkg: hyperglot 0.5.1-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 850ed354572e..ab42335f4cd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyperglot
pkgdesc = A database and tools for detecting language support in fonts
- pkgver = 0.3.8
- pkgrel = 2
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/rosettatype/hyperglot
arch = any
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = hyperglot
depends = python-fonttools
depends = python-unicodedata2
depends = python-yaml
- source = hyperglot-0.3.8.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.3.8.tar.gz
- sha256sums = 067672f89849cea4fee291a49b5827f9c9c5b7e109b78a130ecd8d34aa66b7fc
+ source = hyperglot-0.5.1.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.5.1.tar.gz
+ sha256sums = 46ba34a9c4456bc889216a27287b249e6308584eb89e85bc97ca5d5d42d701a1
pkgname = hyperglot
diff --git a/PKGBUILD b/PKGBUILD
index 02d95f91b5b2..0d9225b417c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=hyperglot
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc='A database and tools for detecting language support in fonts'
arch=(any)
url="https://github.com/rosettatype/$pkgname"
@@ -17,7 +17,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('067672f89849cea4fee291a49b5827f9c9c5b7e109b78a130ecd8d34aa66b7fc')
+sha256sums=('46ba34a9c4456bc889216a27287b249e6308584eb89e85bc97ca5d5d42d701a1')
build() {
cd "$_archive"