summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandaruKasa2024-02-29 23:34:28 +0300
committerSandaruKasa2024-02-29 23:34:28 +0300
commit027b07e316e8e1a1d2c496dba7c72eabc57e1a57 (patch)
tree95b25763d57b6cbf1c5f1a576729b28670577877
parent5bf832afe16a53052d41f6e2796007a44ca2beff (diff)
downloadaur-unicode-git.tar.gz
SPDX license format
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfde7e7a1ae5..95954867d7ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = unicode-git
pkgdesc = Display unicode character properties on the command line
- pkgver = 2.9.r15.g13d2469
+ pkgver = 2.9.r27.gaabfea0
pkgrel = 1
url = https://github.com/garabik/unicode
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1445d8b747a0..f0cf088236df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname='unicode'
pkgname="${_pkgname}-git"
-pkgver=2.9.r15.g13d2469
+pkgver=2.9.r27.gaabfea0
pkgrel=1
pkgdesc='Display unicode character properties on the command line'
url='https://github.com/garabik/unicode'
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-only')
makedepends=("git" "python-setuptools")
depends=('python' 'unicode-character-database')
provides=("${_pkgname}")