summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-16 13:54:06 +0300
committerCaleb Maclennan2024-01-16 13:54:06 +0300
commitad4606a14a8783f9b17383dcfa450cd7ceae2c56 (patch)
treec2686282def973688dc69f66a4811186fc2b6ef2
parent6b666f5917234ffe1407e0d2809723670e102d99 (diff)
downloadaur-ad4606a14a8783f9b17383dcfa450cd7ceae2c56.tar.gz
upgpkg: hyperglot 0.6.0-2
Use SPDX identifier in license field
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173fa48b876f..adf96ecb9be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = hyperglot
pkgdesc = A database and tools for detecting language support in fonts
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rosettatype/hyperglot
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 4dad8668cfb7..91084d0b0851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=hyperglot
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A database and tools for detecting language support in fonts'
arch=(any)
url="https://github.com/rosettatype/$pkgname"
-license=(GPL3)
+license=(GPL-3.0-only)
_py_deps=(click
colorlog
fonttools