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 87c8adc897e2..9e5060f4ff4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = umoria
install = umoria.install
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = gzip
makedepends = cmake
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 35bc3e3a08a2..f4c2899af758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Rogue-like dungeon crawler"
arch=('i686' 'x86_64')
url="https://umoria.org"
-license=('GPL')
+license=('GPL3')
depends=('ncurses')
makedepends=('gzip' 'cmake')
backup=("usr/share/${pkgname}/files/scores")