summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2013-08-09 10:31:48 +0200
committerFrederik "Freso" S. Olesen2013-08-09 10:31:48 +0200
commitea1258aef3e4d517d877f6f028fa7948dbfebc5b (patch)
tree32a478da23679f9b842b5766e2b3e3ebb63443b8
parentdc691b3cc1b08e1da6f6141b5e88f04cbb2025ee (diff)
downloadaur-ea1258aef3e4d517d877f6f028fa7948dbfebc5b.tar.gz
amidst: Set license to GPL.
See https://bitbucket.org/skiphs/amidst/issue/2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2d73f351fe0..9aeb9e4a5a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = amidst
url = http://www.minecraftforum.net/topic/626786-
changelog = ChangeLog
arch = any
+ license = GPL
depends = java-runtime
optdepends = minecraft: the game itself
noextract = AMIDST-3.0-rc1.jar
diff --git a/PKGBUILD b/PKGBUILD
index 7cc91b44d305..d6348b44487d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _jarfile='AMIDST-3.0-rc1.jar'
pkgrel=1
pkgdesc='Advanced Minecraft Interface and Data/Structure Tracking'
arch=('any')
-license=() # unknown at the moment
+license=('GPL')
url='http://www.minecraftforum.net/topic/626786-'
depends=('java-runtime')
optdepends=('minecraft: the game itself')