summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrederik2018-01-06 23:57:19 +0100
committerfrederik2018-01-06 23:57:19 +0100
commit33badc50144c0662dead27263a8eaa3521127c3c (patch)
tree4f1896eab7db89d0b29c8508fa4585a888479f35 /PKGBUILD
parentf71fd95d3ab1b2b84135b7e17e5e487d8b58a2e3 (diff)
downloadaur-33badc50144c0662dead27263a8eaa3521127c3c.tar.gz
not compatible withmongodb >= 3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ebab29d9b86..c0a54cf6d1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=unifi
pkgver=5.6.29
-pkgrel=1
+pkgrel=2
pkgdesc='Centralized management system for Ubiquiti UniFi AP'
arch=('any')
url='https://community.ubnt.com/unifi'
# We are allowed to ship the software in our repository
# https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
license=('custom')
-depends=('mongodb' 'java-runtime-headless' 'fontconfig')
+depends=('mongodb<3.6.0' 'wiredtiger<=2.9.3' 'java-runtime-headless' 'fontconfig')
conflicts=('tomcat-native')
source=("UniFi-$pkgver.zip::https://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip"
'unifi.service'