summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2024-01-28 08:33:21 +0100
committerThomas Weißschuh2024-01-28 08:33:21 +0100
commit08057217f0e804516d32a721dc6d00c558ca9007 (patch)
treebbdbe00dbcb015d8371366f5da6e12f191d0d89f
parent6ae9c12ace4772416d9c23b45953301bdf8b6c29 (diff)
downloadaur-08057217f0e804516d32a721dc6d00c558ca9007.tar.gz
SPDX
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbb832fa7b00..ee71eb1bb422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = needrestart
pkgrel = 3
url = https://github.com/liske/needrestart
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = perl-module-find
depends = perl-term-readkey
depends = perl-proc-processtable
diff --git a/PKGBUILD b/PKGBUILD
index 19b5bdb6f904..1ea7f4b8d2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ source=(
'needrestart.hook'
)
arch=(any)
-license=('GPL')
+license=('GPL-2.0-or-later')
options=(!emptydirs)
depends=(perl-module-find
perl-term-readkey