summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorwin Kuiper2020-11-19 00:52:23 +0000
committerCorwin Kuiper2020-11-19 00:52:23 +0000
commitc1c4db812f7d72bc696b9b483fe2a7bc8a690f8e (patch)
tree3dbe29a2542d9a16f2cb5855ae5bbfd8dfc3e26f
parent032f3344a27001cbea7897bc8ef7783ee4fe6f36 (diff)
downloadaur-c1c4db812f7d72bc696b9b483fe2a7bc8a690f8e.tar.gz
add description and upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4c61b812db..b6f8696de254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
pkgbase = gba-tools
+ pkgdesc = Collection of tools for Game Boy Advance development
pkgver = 1.2.0
pkgrel = 1
+ url = https://github.com/devkitPro/gba-tools
arch = all
license = GPL3
source = https://github.com/devkitPro/gba-tools/archive/v1.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 50a79b5960e4..1ab3077d5d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,9 @@
+# Maintainer: Corwin <corwin@kuiper.dev>
pkgname=gba-tools
pkgver=1.2.0
pkgrel=1
+pkgdesc="Collection of tools for Game Boy Advance development"
+url="https://github.com/devkitPro/gba-tools"
license=("GPL3")
arch=("all")
source=("https://github.com/devkitPro/gba-tools/archive/v$pkgver.tar.gz")