summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRojikku2022-10-25 17:17:01 -0400
committerRojikku2022-10-25 17:17:01 -0400
commit503a665c213889b5457516f9582ad4775fb27fce (patch)
tree9d1bb33adac0b0bfb012571378dbc5fea13af4ea
parent9f3810409a196ec989e806e4be96a19528fcf908 (diff)
downloadaur-umoria.tar.gz
Fix license
-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")