summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-22 23:06:20 +0300
committerCaleb Maclennan2024-03-22 23:06:20 +0300
commit3dfd3a179812e40f82d29240ddb26f3c1323b661 (patch)
tree1cf2634c594879d0ce233782b90f3317c0ae66de
parent7519697d48a06b6673791ffe51ec93dfb86fd921 (diff)
downloadaur-3dfd3a179812e40f82d29240ddb26f3c1323b661.tar.gz
upgpkg: hyperglot 0.6.2-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 807be7270d60..fed308c2d343 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.1
+ pkgver = 0.6.2
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.1.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.6.1.tar.gz
- sha256sums = 9f959bd8b497bc91749f7e66fd8f6e49c85ef65035143c29f0b6af896a8f4ce7
+ source = hyperglot-0.6.2.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.6.2.tar.gz
+ sha256sums = 8df89b4c496b283dc7f37e64bd6c2c9c0d0f600b40463631edb7d8d00ff9ee3e
pkgname = hyperglot
diff --git a/PKGBUILD b/PKGBUILD
index cad527f7ed64..331c3208ff3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=hyperglot
-pkgver=0.6.1
+pkgver=0.6.2
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=('9f959bd8b497bc91749f7e66fd8f6e49c85ef65035143c29f0b6af896a8f4ce7')
+sha256sums=('8df89b4c496b283dc7f37e64bd6c2c9c0d0f600b40463631edb7d8d00ff9ee3e')
build() {
cd "$_archive"