summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2018-01-06 23:57:19 +0100
committerfrederik2018-01-06 23:57:19 +0100
commit33badc50144c0662dead27263a8eaa3521127c3c (patch)
tree4f1896eab7db89d0b29c8508fa4585a888479f35
parentf71fd95d3ab1b2b84135b7e17e5e487d8b58a2e3 (diff)
downloadaur-33badc50144c0662dead27263a8eaa3521127c3c.tar.gz
not compatible withmongodb >= 3.6.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32130e1bcfae..24ea627fb226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 23:34:03 UTC 2018
+# Sat Jan 6 22:53:52 UTC 2018
pkgbase = unifi
pkgdesc = Centralized management system for Ubiquiti UniFi AP
pkgver = 5.6.29
@@ -7,7 +7,8 @@ pkgbase = unifi
url = https://community.ubnt.com/unifi
arch = any
license = custom
- depends = mongodb
+ depends = mongodb<3.6.0
+ depends = wiredtiger<=2.9.3
depends = java-runtime-headless
depends = fontconfig
conflicts = tomcat-native
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'