summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2015-08-14 10:11:07 +0200
committerChris Oelmueller2015-08-14 10:11:07 +0200
commit83414f309d0f3627e251c207977c2c2d43cfa3c6 (patch)
tree0a8b4ed5e7a38d27d400b8737f0f0eb711e80e19
parenteaeb7ea388286fcc615ad2fb82d92b4eba8c97e4 (diff)
downloadaur-83414f309d0f3627e251c207977c2c2d43cfa3c6.tar.gz
Correct license
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2a967cfa50..f473d0638ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="Flexible Isometric Free Engine is a cross platform game creation framework"
arch=(i686 x86_64)
url="http://fifengine.net/"
-license=('GPL')
+license=('LGPL')
depends=('boost-libs' 'guichan' 'libgl' 'libvorbis' 'libxcursor' 'tinyxml'
'openal' 'python2' 'sdl_image' 'sdl_ttf')
makedepends=('scons' 'boost' 'mesa' 'swig' 'zlib')