diff options
author | Rhinoceros | 2025-01-19 01:18:53 +1100 |
---|---|---|
committer | Rhinoceros | 2025-01-19 01:18:53 +1100 |
commit | 8a022f8e9cdf48bd9ccce34fe8e8c97e8d5a075c (patch) | |
tree | 6f846368267ede4e5d6e7ccf704dcb815dfb0f56 /PKGBUILD | |
parent | 9408a36dab112a25a497dd6ecda1aa68245b11fc (diff) | |
download | aur-trash-cli-git.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 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> # Contributor: Alexander Epaneshnikov <alex19ep@archlinux.org> # Contributor: Eli Schwartz <eschwartz@archlinux.org> # Contributor: Pierre Neidhardt <ambrevar@gmail.com> @@ -13,7 +14,7 @@ epoch=1 pkgdesc='Command line trashcan (recycle bin) interface' arch=('any') url="https://github.com/andreafrancia/${_pkgname}" -license=('GPL') +license=('GPL-2.0-or-later') depends=('python-psutil' 'python-six') makedepends=('python-setuptools' 'python-shtab' 'git') checkdepends=('python-pytest' 'python-flexmock' 'python-parameterized') |