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 344045e6d30d..48ea38e7bba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tuxpaint-stamps
pkgrel = 1
url = https://tuxpaint.org/
arch = any
- license = GPL
+ license = GPL-2.0-only
optdepends = tuxpaint
options = !strip
source = https://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-2024.01.29.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4ff6ee149749..aa6f529c63d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Additional stamps for Tux Paint'
arch=('any')
url='https://tuxpaint.org/'
-license=('GPL')
+license=('GPL-2.0-only')
optdepends=('tuxpaint')
options=('!strip')
source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz")