summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Ascher2016-08-07 20:07:49 +0200
committerThomas Ascher2016-08-07 20:07:49 +0200
commit26b5508a54d2ba7d11f90d03a24b69d197f87aa0 (patch)
tree2fd9ad42f5b6a18648c40e9c80675813ab62ce2c
parentb7eb93613be3fffff6ba3d236432f4910c77381c (diff)
downloadaur-26b5508a54d2ba7d11f90d03a24b69d197f87aa0.tar.gz
fixed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467e3c51dc6b..2e0a5066619f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = joyce
url = http://www.seasip.info/Unix/Joyce/index.html
arch = i686
arch = x86_64
- license = LGPL
+ license = GPL
depends = libpng
depends = libxml2
depends = sdl
diff --git a/PKGBUILD b/PKGBUILD
index 8a47950a05db..95edb10cd811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.2.9
pkgdesc="Emulates the Amstrad PCW on Unix"
arch=('i686' 'x86_64')
url="http://www.seasip.info/Unix/Joyce/index.html"
-license=('LGPL')
+license=('GPL')
depends=('libpng'
'libxml2'
'sdl')