summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Riedel2021-02-17 16:29:10 +0100
committerSebastian Riedel2021-02-17 16:29:10 +0100
commitd48659b43cab97a3fa48fa08731bfa937d7d624f (patch)
treef70518ec78b52528e6347272059480284b16aa81
parent271a12724900d9d6bcf98e6b37216e096ff8f192 (diff)
downloadaur-d48659b43cab97a3fa48fa08731bfa937d7d624f.tar.gz
Switch to official repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41f77b62c86..69574778d8cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = gbdk-2020
pkgdesc = An updated version of Game Boy Development Kit
pkgver = 4.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Zal0/gbdk-2020
arch = x86_64
arch = i686
license = MIT
- makedepends = sdcc>=4.0.7.svn12016M
makedepends = git
+ makedepends = sdcc>=4.0.7.svn12016M
depends = sdcc>=4.0.7.svn12016M
conflicts = gbdk
conflicts = lcc
options = !strip
- source = git+https://github.com/basxto/gbdk-2020#commit=c2edd502370ea39893f02e9fa58a772f0488071f
+ source = git+https://github.com/Zal0/gbdk-2020#commit=c2edd502370ea39893f02e9fa58a772f0488071f
sha256sums = SKIP
pkgname = gbdk-2020
diff --git a/PKGBUILD b/PKGBUILD
index 8248ff5958e5..e989e4409099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=gbdk-2020
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="An updated version of Game Boy Development Kit"
url="https://github.com/Zal0/gbdk-2020"
license=('MIT')
arch=('x86_64' 'i686')
-makedepends=('sdcc>=4.0.7.svn12016M' 'git')
+makedepends=('git' 'sdcc>=4.0.7.svn12016M')
depends=('sdcc>=4.0.7.svn12016M')
conflicts=('gbdk' 'lcc')
-# this is branch 4.0.2-patched
-source=("git+https://github.com/basxto/gbdk-2020#commit=c2edd502370ea39893f02e9fa58a772f0488071f")
+# those are merged patches for 4.0.2 (not exactly release 4.0.2)
+source=("git+https://github.com/Zal0/gbdk-2020#commit=c2edd502370ea39893f02e9fa58a772f0488071f")
# should be merged in the next version
#source=("https://github.com/Zal0/gbdk-2020/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')