makedeb


zelda-classic-bin 2.50.2.29-0


A tribute to Nintendo's The Legend of Zelda (NES), read install instructions in README.pkg

Click here to go back to the commit logs for zelda-classic-bin.

Commit:


Hash: 95493f4d8ef7a92850e4ff490e56d800cf725efe

Message: [fix] license

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3cc9ca8..fd7acb3 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 95bd83a..32cf65a 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')