summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed1903bcdcd4..8d9bc11bfb75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 22 17:13:24 UTC 2016
+# Tue Aug 30 18:05:26 UTC 2016
pkgbase = unifi-video
pkgdesc = Centralized management system for Ubiquiti UniFi Surveillance Cameras
- pkgver = 3.3.0
+ pkgver = 3.4.0
pkgrel = 1
url = https://www.ubnt.com/
install = unifi-video.install
@@ -12,11 +12,12 @@ pkgbase = unifi-video
depends = jre8-openjdk-headless
depends = java-jsvc
depends = lsb-release
- source = http://dl.ubnt.com/firmwares/unifi-video/3.3.0/unifi-video_3.3.0~Ubuntu14.04_amd64.deb
+ conflicts = unifi-video-beta
+ source = http://dl.ubnt.com/firmwares/unifi-video/3.4.0/unifi-video_3.4.0~Ubuntu14.04_amd64.deb
source = unifi-video.service
source = unifi-video.sysusers
source = unifi-video.patch
- sha256sums = 4ffd6f899947b8a581360b6d98eb62469a9889f5ad8df74d6bdc7f2207e043ef
+ sha256sums = 0397ddc2e19222aaaf9f77c5168f57232179a20e9d51b82bd13ed699bcbfd03b
sha256sums = 9df948b046347c25e7c83e4837284ef63d9f8d3f28daa20a6c36e203e3ebfdb3
sha256sums = 90fb2f826a70d3b7815cd6a2253c2af6754c17504be28ef92ee223bd02093730
sha256sums = 6908be4aa55e98d358b057bb493bfcbb2e553fbe2e048de36f8cb8cce31a247c
diff --git a/PKGBUILD b/PKGBUILD
index 3cfa5d98309f..549433cec760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,28 @@
# Maintainer: Donald Webster (fryfrog@gmail.com)
pkgname=unifi-video
-pkgver=3.3.0
+pkgver=3.4.0
pkgrel=1
pkgdesc="Centralized management system for Ubiquiti UniFi Surveillance Cameras"
arch=('x86_64')
url="https://www.ubnt.com/"
license=('custom')
depends=('mongodb' 'jre8-openjdk-headless' 'java-jsvc' 'lsb-release')
+conflicts=('unifi-video-beta')
install=unifi-video.install
-source=("http://dl.ubnt.com/firmwares/unifi-video/$pkgver/unifi-video_$pkgver~Ubuntu14.04_amd64.deb"
+source=("http://dl.ubnt.com/firmwares/unifi-video/${pkgver}/unifi-video_${pkgver}~Ubuntu14.04_amd64.deb"
'unifi-video.service'
'unifi-video.sysusers'
'unifi-video.patch')
-sha256sums=('4ffd6f899947b8a581360b6d98eb62469a9889f5ad8df74d6bdc7f2207e043ef'
+
+sha256sums=('0397ddc2e19222aaaf9f77c5168f57232179a20e9d51b82bd13ed699bcbfd03b'
'9df948b046347c25e7c83e4837284ef63d9f8d3f28daa20a6c36e203e3ebfdb3'
'90fb2f826a70d3b7815cd6a2253c2af6754c17504be28ef92ee223bd02093730'
'6908be4aa55e98d358b057bb493bfcbb2e553fbe2e048de36f8cb8cce31a247c')
package() {
msg2 "Extracting unifi-video..."
- tar xf "${srcdir}/data.tar.gz" -C "$pkgdir"/
+ tar xf "${srcdir}/data.tar.gz" -C "${pkgdir}"/
msg2 "Removing unwanted /etc with init.d script and sudoers file..."
rm -r "${pkgdir}/etc"