summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b07abb35bb9..2c9f95e3c65a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = gbdk-2020
pkgdesc = An updated version of Game Boy Development Kit
pkgver = 4.0.3
- pkgrel = 1
- url = https://github.com/Zal0/gbdk-2020
+ pkgrel = 2
+ url = https://github.com/gbdk-2020/gbdk-2020
arch = x86_64
arch = i686
license = MIT
makedepends = git
- depends = sdcc>=4.1.0
+ depends = sdcc=4.1.0
conflicts = gbdk
conflicts = lcc
options = !strip
- source = https://github.com/Zal0/gbdk-2020/archive/4.0.3.tar.gz
+ source = https://github.com/gbdk-2020/gbdk-2020/archive/4.0.3.tar.gz
sha256sums = 53d90bfa5ec63e1c39ceedb653acaed92309e8b5d34a2d1239717947f469e75f
pkgname = gbdk-2020
-
diff --git a/PKGBUILD b/PKGBUILD
index f01637328e3a..f558f858c95d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=gbdk-2020
pkgver=4.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="An updated version of Game Boy Development Kit"
-url="https://github.com/Zal0/gbdk-2020"
+url="https://github.com/gbdk-2020/gbdk-2020"
license=('MIT')
arch=('x86_64' 'i686')
makedepends=('git')
-depends=('sdcc>=4.1.0')
+depends=('sdcc=4.1.0')
conflicts=('gbdk' 'lcc')
-source=("https://github.com/Zal0/gbdk-2020/archive/${pkgver}.tar.gz")
+source=("https://github.com/gbdk-2020/gbdk-2020/archive/${pkgver}.tar.gz")
sha256sums=('53d90bfa5ec63e1c39ceedb653acaed92309e8b5d34a2d1239717947f469e75f')
options=('!strip')
@@ -24,4 +24,5 @@ package() {
find ${pkgdir}/usr/share/${pkgname}/ -type f -name '*.bat' -delete -o -type f -name '*.dox' -delete
rm -rf ${pkgdir}/usr/share/${pkgname}/examples/
cp ${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+ cp ${pkgname}-${pkgver}/gbdk-lib/build/small/asxxxx/gb/crt0.lst ${pkgdir}/usr/share/${pkgname}/lib/small/asxxxx/gb/
}