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 9aea3a9b086f..57ce877dd3f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = freegemas
pkgrel = 1
url = https://github.com/JoseTomasTocino/freegemas
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = cmake
depends = jsoncpp
depends = sdl2_image
diff --git a/PKGBUILD b/PKGBUILD
index 4b7a31acc0e5..a40e8622dfce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="An open source version of the well known Bejeweled written in C++ using SDL2"
arch=('x86_64')
url="https://github.com/JoseTomasTocino/freegemas"
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('jsoncpp' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"