summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-04-09 21:36:08 +0200
committerMarcell Meszaros2022-04-09 21:36:08 +0200
commit95493f4d8ef7a92850e4ff490e56d800cf725efe (patch)
treeb1f5e863cb8e74ebc0bd308210f32edfdd865980
parent967c922be20b671865afac68a2a080a9d0ccf424 (diff)
downloadaur-zelda-classic.tar.gz
[fix] license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc9ca877a8e..fd7acb370699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,8 @@ pkgbase = zelda-classic
install = zelda-classic.install
arch = i686
arch = x86_64
- license = custom: Freeware
+ license = GPL3
+ license = custom
options = !strip
source = zelda-classic-2-50-2-linux.tar.gz::https://www.zeldaclassic.com/download/100/
source = zelda-classic.png
diff --git a/PKGBUILD b/PKGBUILD
index 95bd83a2f627..32cf65a2a0ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="A tribute to Nintendo's The Legend of Zelda (NES)"
arch=('i686' 'x86_64')
url="http://zeldaclassic.com"
-license=('custom: Freeware')
+license=('GPL3' 'custom')
depends_i686=('libxxf86vm' 'libxcursor' 'alsa-lib' 'bash')
depends_x86_64=('lib32-libxxf86vm' 'lib32-libxcursor' 'lib32-alsa-lib' 'bash')
optdepends_i686=('gtk-engine-murrine: needed for the gtk2-launcher')