summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2024-04-22 16:32:23 +1200
committerVaporeon2024-04-22 16:32:23 +1200
commit123f5a7a8a300fe0a7a1224b1b32ff514f88926e (patch)
tree4fd680ebbc64fe3d17c7a444558a7c402a93fbc6
parenta8cf408d6b1b9bb42b074805165af90b9c06463d (diff)
downloadaur-123f5a7a8a300fe0a7a1224b1b32ff514f88926e.tar.gz
Fix PKGBUILD license field
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c89791641bfa..4c94e266934e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = isx2gb
pkgdesc = Nifty replacement for abISX or CVTISX that converts Intelligent Systems eXecutable files into valid GameBoy ROM images and more
pkgver = 1.03
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gitendo/isx2gb
arch = x86_64
- license = GPL
+ license = GPL-3.0-only
makedepends = go
makedepends = git
source = git+https://gitlab.com/gitendo/isx2gb.git#commit=89c5fa18f87d68ff1ca2576776dab767454a95ac
diff --git a/PKGBUILD b/PKGBUILD
index 38db6cb10d99..8cbaae6d9aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=isx2gb
pkgver=1.03
_commit=89c5fa18f87d68ff1ca2576776dab767454a95ac
-pkgrel=1
+pkgrel=2
pkgdesc="Nifty replacement for abISX or CVTISX that converts Intelligent Systems eXecutable files into valid GameBoy ROM images and more"
arch=('x86_64')
-license=('GPL')
+license=('GPL-3.0-only')
makedepends=('go' 'git')
url="https://gitlab.com/gitendo/isx2gb"
source=("git+https://gitlab.com/gitendo/isx2gb.git#commit=$_commit")