diff options
author | Rhinoceros | 2025-01-19 01:22:37 +1100 |
---|---|---|
committer | Rhinoceros | 2025-01-19 01:22:37 +1100 |
commit | a28a04d5b9075865938064ef5adcd8484553c3d3 (patch) | |
tree | 59a9ba80635a4542a6183b2c3af19e495274b0bc /PKGBUILD | |
parent | b9bc8bc11bb7cf0d6a4bb676fddf72d5babfd091 (diff) | |
download | aur-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-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |