summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2016-04-23 20:04:34 +0200
committerfrederik2016-04-23 20:04:34 +0200
commitb444116a4235dcb6175a77df82a475bba1ea1d82 (patch)
treea8e6d9d29570c103a520bd5dea3e14b0184f9607
parent97874e5fa38142c8d104f04c77f70d6c4114fb0e (diff)
downloadaur-b444116a4235dcb6175a77df82a475bba1ea1d82.tar.gz
fix name of conflicting package
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e090df3dcb7..2edc13713c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@ arch=('any')
url='http://www.ubnt.com/'
license=('custom')
depends=('mongodb' 'java-runtime')
-conflicts=('unifi-controller')
-# needed to not break configuration accross upgrades
+provides=('unifi')
+conflicts=('unifi')
backup=('opt/unifi/data/system.properties')
install=unifi.install
-source=("UniFi-$pkgver.zip::http://dl.ubnt.com/unifi/$pkgver-$_pkgver/UniFi.unix.zip"
+source=('UniFi-$pkgver.zip::http://dl.ubnt.com/unifi/$pkgver-$_pkgver/UniFi.unix.zip'
'unifi.service')
md5sums=('bd42952cb6ef6bce7f9f5c164e457b58'
'04934ee4be43b6f80db610d140edf49f')