summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952024-02-21 16:33:57 -0600
committerandy59952024-02-21 16:33:57 -0600
commit1b70fcdfd6389307e9673638777387ca02f21500 (patch)
tree5c5434faf1a773043708258c7a9e32636dc0813e
parent8ab6570edddd8a0e7ea9f6593677e523a791ef8e (diff)
downloadaur-1b70fcdfd6389307e9673638777387ca02f21500.tar.gz
Specify GPL-3.0-or-later instead of GPL-3.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e166e305be7..fda73d0330f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = rmw
arch = aarch64
arch = armv7h
arch = ppc64le
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = meson
makedepends = ninja
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index fc013de73ce2..83716dbaf0cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="trash/recycle bin utility for the command line"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="https://theimpossibleastronaut.com/rmw-website/"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('ncurses')
makedepends=('meson' 'ninja')
optdepends=('gettext' 'canfigger')