summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-04-22 22:55:21 +0200
committerfordprefect2020-04-22 22:55:21 +0200
commit8338753b47cd740bd07fb46040d69b19cb151380 (patch)
treed6e7e8298334a2244429f0c6490df96e84d522a7 /PKGBUILD
parent0b748270e74e5f41ea91f31d4f3b0cd85a3bc9e7 (diff)
downloadaur-8338753b47cd740bd07fb46040d69b19cb151380.tar.gz
add builddep: maven
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfd17dce547c..627899c72b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=("x86_64")
url="https://github.com/jitsi/jitsi-videobridge"
license=("Apache")
depends=("jdk8-openjdk")
-makedepends=("unzip")
+makedepends=("unzip" "maven")
provides=(jitsi-videobridge)
conflicts=(jitsi-videobridge)
backup=("etc/jitsi-videobridge/jitsi-videobridge.conf")