summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2018-03-29 08:33:22 +0200
committerosch2018-03-29 08:33:22 +0200
commit6909bc20d4ed2be1ca87f4256f30cd77256c87dc (patch)
treec41aea65a280f3835d6cba7a6aa88e2dffe5f29d
parent8d58a8845293421704ffde01f0c39712e0636ba8 (diff)
downloadaur-6909bc20d4ed2be1ca87f4256f30cd77256c87dc.tar.gz
license corrected
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4be6151606..0763e83f94c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = moonfltk
pkgrel = 1
url = https://github.com/stetre/moonfltk
arch = x86_64
- license = GPL2
+ license = MIT
depends = lua
depends = fltk
source = https://github.com/stetre/moonfltk/archive/v0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 26d040821336..68b61018283c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ epoch=
pkgdesc="Lua bindings for FLTK"
arch=('x86_64')
url="https://github.com/stetre/moonfltk"
-license=('GPL2')
+license=('MIT')
groups=()
depends=('lua'
'fltk')