summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-04 00:44:06 +0300
committerCaleb Maclennan2023-05-04 00:44:06 +0300
commit81c9cb2fb20725ffba8162f2d76079f4c40f5094 (patch)
tree22df980442a382e06180493333b51ef0c8c257fb
parent6510aa7ebcf23252a92d96adfa465f879272a8d7 (diff)
downloadaur-81c9cb2fb20725ffba8162f2d76079f4c40f5094.tar.gz
upgpkg: hyperglot 0.3.8-2
Rebuild for Python 3.11, normalize PEP517 build tooling
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a422e49c2031..850ed354572e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyperglot
pkgdesc = A database and tools for detecting language support in fonts
pkgver = 0.3.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rosettatype/hyperglot
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
depends = python-click
depends = python-colorlog
diff --git a/PKGBUILD b/PKGBUILD
index bf611cebf93e..02d95f91b5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hyperglot
pkgver=0.3.8
-pkgrel=1
+pkgrel=2
pkgdesc='A database and tools for detecting language support in fonts'
arch=(any)
url="https://github.com/rosettatype/$pkgname"
@@ -13,9 +13,8 @@ _py_deps=(click
unicodedata2
yaml)
depends=(python ${_py_deps[@]/#/python-})
-makedepends=(python-{build,installer}
- python-setuptools
- python-wheel)
+makedepends=(python-{build,installer,wheel}
+ python-setuptools)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('067672f89849cea4fee291a49b5827f9c9c5b7e109b78a130ecd8d34aa66b7fc')