summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2025-01-19 01:22:37 +1100
committerRhinoceros2025-01-19 01:22:37 +1100
commita28a04d5b9075865938064ef5adcd8484553c3d3 (patch)
tree59a9ba80635a4542a6183b2c3af19e495274b0bc /PKGBUILD
parentb9bc8bc11bb7cf0d6a4bb676fddf72d5babfd091 (diff)
downloadaur-a28a04d5b9075865938064ef5adcd8484553c3d3.tar.gz
Use SPDX license identifier as per new recommendations
* https://wiki.archlinux.org/title/PKGBUILD#license * https://rfc.archlinux.page/0016-spdx-license-identifiers/ * I won't bump pkgrel for these licence changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bacbd6bfa291..80c264e256bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc='Display unicode character properties on the command line'
url='https://github.com/garabik/unicode'
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('python')
source=("$pkgname-$pkgver.tar.gz::https://github.com/garabik/${pkgname}/archive/v${pkgver}.tar.gz"
UnicodeData-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/UnicodeData.txt'