summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-08 20:34:19 -0500
committerGuillaume Horel2019-11-08 20:34:19 -0500
commit51b57e2299194df77e36c75a331c7ccd35bf5917 (patch)
treecd4016c882284f6a22f9469a1c1fb7ba82e0186e
parent21f9f5633690b1260eec1ea6b3de2a95576448aa (diff)
downloadaur-51b57e2299194df77e36c75a331c7ccd35bf5917.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4bfa26ca601..dd19b21009e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = bcunit-git
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = git
provides = bcunit
conflicts = bcunit
source = git+https://gitlab.linphone.org/BC/public/bcunit.git
diff --git a/PKGBUILD b/PKGBUILD
index 9ddfe0d56f2b..1f1224376ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
depends=()
-makedepends=('cmake')
+makedepends=('cmake' 'git')
provides=('bcunit')
conflicts=('bcunit')
source=("git+https://gitlab.linphone.org/BC/public/bcunit.git")