summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2020-05-11 19:44:15 +1200
committerVaporeon2020-05-11 19:44:15 +1200
commitd63e13be6e53041f63161eb1bb86fbef99efae71 (patch)
tree9efa9358e4cd714b069df1a8055763be01a81526
parent56a7904e25f9623d95ea6ff992860808d68c7551 (diff)
downloadaur-d63e13be6e53041f63161eb1bb86fbef99efae71.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3155f456c692..ec2e56cf660d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = isx2gb
pkgrel = 1
url = https://github.com/gitendo/isx2gb
arch = x86_64
- license = custom
+ license = GPL
makedepends = go
makedepends = git
source = git+https://github.com/gitendo/isx2gb.git#commit=634a309eeb2dcabad083c3271d7bc875a0c36589
diff --git a/PKGBUILD b/PKGBUILD
index 902fc5ee533d..0404b0d35fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=634a309eeb2dcabad083c3271d7bc875a0c36589
pkgrel=1
pkgdesc="Nifty replacement for abISX or CVTISX that converts Intelligent Systems eXecutable files into valid GameBoy ROM images and more"
arch=('x86_64')
-license=('custom')
+license=('GPL')
makedepends=('go' 'git')
url="https://github.com/gitendo/isx2gb"
source=("git+https://github.com/gitendo/isx2gb.git#commit=$_commit")