summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-07-09 18:25:06 -0400
committerGuillaume Horel2017-07-09 18:25:06 -0400
commit993864894cbc41e20705f6b97a3ef1949a2bbe7c (patch)
tree5ac2c0ee90f3dd2cbec256c603b71ede0d91d430
parentdd543dc125e6fa256307ad4b4fa5c0e296d9decd (diff)
downloadaur-993864894cbc41e20705f6b97a3ef1949a2bbe7c.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 347f1d20f493..5327123717ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = flexisip
arch = x86_64
license = AGPL3
makedepends = cmake
+ makedepends = git
depends = belle-sip-git
depends = hiredis
depends = mediastreamer-git
diff --git a/PKGBUILD b/PKGBUILD
index 22a1a4896cd8..9717cf93e788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://flexisip.org"
license=('AGPL3')
groups=()
depends=('belle-sip-git' 'hiredis' 'mediastreamer-git' 'ortp-git' 'protobuf' 'soci' 'sofia-sip-bc' 'unixodbc' 'xsd')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
source=("git+https://github.com/BelleDonneCommunications/$pkgname.git#commit=d915601df292742c61b188d1184b376eabf47c83"
"flexisip.service"
"flexisip-presence.service")