summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2016-08-30 11:05:36 -0700
committerDonald Webster2016-08-30 11:05:36 -0700
commitec17d853ba46146c5b5624dbe73e7abec9c5add2 (patch)
tree4cbf95612aab3425abf4dfeec0c6e78dc9672639 /PKGBUILD
parent4bfb32e3e7ae6d9f5f570538ab12fee853de7e8f (diff)
downloadaur-ec17d853ba46146c5b5624dbe73e7abec9c5add2.tar.gz
Update to 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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"