summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')