summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Gust2024-02-03 19:27:29 -0700
committerJeremy Gust2024-02-03 19:27:29 -0700
commit209da485d09445adf090765c91d5cbbf607ade29 (patch)
treedd416deffd0d36c1e654e29c63bd1d592331afa4
parent984eba1f4d35d258f075c354ed741a0a9521fe8b (diff)
downloadaur-slurm.tar.gz
Updated SPDX
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48af8a2dba52..67c8ea27afa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = slurm
pkgrel = 2
url = https://github.com/mattthias/slurm
arch = x86_64
- license = GPL-2.0-only
+ license = GPL-2.0-or-later
makedepends = meson
depends = ncurses
conflicts = slurm-llnl
diff --git a/PKGBUILD b/PKGBUILD
index ac2db824f9e2..ef4fb0466b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.4.4
pkgrel=2
pkgdesc="yet another network load monitor"
url="https://github.com/mattthias/slurm"
-license=("GPL-2.0-only")
+license=("GPL-2.0-or-later")
arch=('x86_64')
depends=('ncurses')
makedepends=('meson')