summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck STAUFFER2020-09-13 10:40:19 +0200
committerFranck STAUFFER2020-09-13 10:40:19 +0200
commitab6c4b88ace3bbcd2997ff9121e907029cb42a45 (patch)
tree91acd3cc2b3f3738f888111ee060e4d1805fccda
parent73b5914b2d11b0c4f69d76ad9fc34dcfe5a72391 (diff)
downloadaur-ab6c4b88ace3bbcd2997ff9121e907029cb42a45.tar.gz
Add git as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a41ba160c49..57b9fec2895f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = cos-git
license = GPL3
license = custom
makedepends = cmake
+ makedepends = git
makedepends = zip
depends = solarus>=1.6.0
source = cos-git::git+https://gitlab.com/solarus-games/children-of-solarus.git
diff --git a/PKGBUILD b/PKGBUILD
index 3bce38327739..ff9841c06bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://solarus-games.org/en/games/children-of-solarus'
license=('GPL3' 'custom')
depends=('solarus>=1.6.0')
-makedepends=('cmake' 'zip')
+makedepends=('cmake' 'git' 'zip')
source=("$pkgname::git+https://gitlab.com/solarus-games/children-of-solarus.git"
"$pkgname.png"
"$pkgname.desktop")