summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-10 13:01:31 +0300
committerCaleb Maclennan2024-04-10 13:01:31 +0300
commit92b36936aff35c33a91eb46b6381d5e37cb3ce54 (patch)
tree088d1e77f61be1fba3c57600c77dff82ab913680
parent3dfd3a179812e40f82d29240ddb26f3c1323b661 (diff)
downloadaur-hyperglot.tar.gz
upgpkg: hyperglot 0.6.3-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 fed308c2d343..7947a249664f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyperglot
pkgdesc = A database and tools for detecting language support in fonts
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/rosettatype/hyperglot
arch = any
@@ -15,7 +15,7 @@ pkgbase = hyperglot
depends = python-fonttools
depends = python-unicodedata2
depends = python-yaml
- source = hyperglot-0.6.2.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.6.2.tar.gz
- sha256sums = 8df89b4c496b283dc7f37e64bd6c2c9c0d0f600b40463631edb7d8d00ff9ee3e
+ source = hyperglot-0.6.3.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.6.3.tar.gz
+ sha256sums = ac4c0ee94703fca06a4d088b8a25e8fd795f9d1a8c6c498286446ddf673b729b
pkgname = hyperglot
diff --git a/PKGBUILD b/PKGBUILD
index 331c3208ff3d..36902b458c90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=hyperglot
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc='A database and tools for detecting language support in fonts'
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('8df89b4c496b283dc7f37e64bd6c2c9c0d0f600b40463631edb7d8d00ff9ee3e')
+sha256sums=('ac4c0ee94703fca06a4d088b8a25e8fd795f9d1a8c6c498286446ddf673b729b')
build() {
cd "$_archive"