summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-30 12:11:01 +0300
committerCaleb Maclennan2024-01-30 12:11:01 +0300
commite97322efa44b34bb69f9491d6a9ce4a4ba3e67bb (patch)
tree9a5a7a021bbd0294973a382060847e5e8598b85c
parentad4606a14a8783f9b17383dcfa450cd7ceae2c56 (diff)
downloadaur-e97322efa44b34bb69f9491d6a9ce4a4ba3e67bb.tar.gz
upgpkg: hyperglot 0.6.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 adf96ecb9be0..807be7270d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyperglot
pkgdesc = A database and tools for detecting language support in fonts
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/rosettatype/hyperglot
arch = any
license = GPL-3.0-only
@@ -15,7 +15,7 @@ pkgbase = hyperglot
depends = python-fonttools
depends = python-unicodedata2
depends = python-yaml
- source = hyperglot-0.6.0.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.6.0.tar.gz
- sha256sums = e3fdd7e845e7c9c7c4cf9bf554be2ca4e46da5bc3630e185e9aaf503d4f77a0f
+ source = hyperglot-0.6.1.tar.gz::https://github.com/rosettatype/hyperglot/archive/0.6.1.tar.gz
+ sha256sums = 9f959bd8b497bc91749f7e66fd8f6e49c85ef65035143c29f0b6af896a8f4ce7
pkgname = hyperglot
diff --git a/PKGBUILD b/PKGBUILD
index 91084d0b0851..cad527f7ed64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=hyperglot
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc='A database and tools for detecting language support in fonts'
arch=(any)
url="https://github.com/rosettatype/$pkgname"
@@ -18,7 +18,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('e3fdd7e845e7c9c7c4cf9bf554be2ca4e46da5bc3630e185e9aaf503d4f77a0f')
+sha256sums=('9f959bd8b497bc91749f7e66fd8f6e49c85ef65035143c29f0b6af896a8f4ce7')
build() {
cd "$_archive"