makedeb
!!!UNFINISHED!!! The Legend of Zelda: A Link to the Dream - Remake of The Legend of Zelda: Link's Awakening !!!UNFINISHED!!!
Click here to go back to the commit logs for zelda-alttd-alpha-git.
Hash: 0d65b5c9b59408f9459f84fa3c7d2fe3cb25a59d
Message: Add git as dependency
diff --git a/.SRCINFO b/.SRCINFO
index 557f5d6..6bcf991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = zelda-alttd-git
arch = any
license = custom
makedepends = cmake
+ makedepends = git
makedepends = zip
depends = solarus>=1.6.0
source = zelda-alttd-git::git+https://gitlab.com/zeldaforce/zelda-alttd.git
diff --git a/PKGBUILD b/PKGBUILD
index 808c849..4eb7094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://www.solarus-games.org/fr/games/the-legend-of-zelda-a-link-to-the-dream'
license=('custom')
depends=('solarus>=1.6.0')
-makedepends=('cmake' 'zip')
+makedepends=('cmake' 'git' 'zip')
source=("$pkgname::git+https://gitlab.com/zeldaforce/zelda-alttd.git"
"$pkgname-launcher"
"$pkgname.desktop"