summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")