summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoeljunior2020-12-18 19:32:54 +0000
committerNoeljunior2020-12-18 19:32:54 +0000
commitffe6c9c910dd66b5efae1da0a706aab443948a02 (patch)
tree8fb1091ff96a8346e97269be2b5f566550faf9d1
parent774512ceb5bb5a687eac46080d875e6a640764f8 (diff)
downloadaur-ffe6c9c910dd66b5efae1da0a706aab443948a02.tar.gz
Add git as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14cac1b9fce2..fd96161fc3e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nextcloud-spreed-signaling
install = nextcloud-spreed-signaling.install
arch = any
license = AGPL3
+ makedepends = git
makedepends = go>=1.10
optdepends = nats-server
optdepends = janus-gateway
diff --git a/PKGBUILD b/PKGBUILD
index b398ec401a55..276efecab730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Standalone signaling server for Nextcloud Talk.'
arch=(any)
url='https://github.com/strukturag/nextcloud-spreed-signaling'
license=(AGPL3)
-makedepends=('go>=1.10')
+makedepends=('git' 'go>=1.10')
install="nextcloud-spreed-signaling.install"
depends=()
optdepends=('nats-server' 'janus-gateway')