summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2025-01-19 01:18:53 +1100
committerRhinoceros2025-01-19 01:18:53 +1100
commit8a022f8e9cdf48bd9ccce34fe8e8c97e8d5a075c (patch)
tree6f846368267ede4e5d6e7ccf704dcb815dfb0f56 /PKGBUILD
parent9408a36dab112a25a497dd6ecda1aa68245b11fc (diff)
downloadaur-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--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41557aca3f70..f443c89d3690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')