summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-01-07 21:12:10 +1100
committerLuis Aranguren2020-01-07 21:12:10 +1100
commit704c4aa340fd19c1fe2a77aa402be841a372ba7a (patch)
tree20e4df301080f9b76a50df16b5f00d52df9b7a3b
parent9f4dcf12bd13e0a8015140e0f6b7970e62fee6b2 (diff)
downloadaur-704c4aa340fd19c1fe2a77aa402be841a372ba7a.tar.gz
pkgrel=2, added optdepends zmeventnotification-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71de1c1418da..6f21b8a5fb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zoneminder-git
pkgdesc = A complete surveillance solution allowing capture, analysis, recording and monitoring of any CCTV or security cameras
pkgver = 1.33.16.r14355.fd633a217
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ZoneMinder/ZoneMinder
install = zoneminder.install
arch = x86_64
@@ -47,6 +47,7 @@ pkgbase = zoneminder-git
depends = mariadb
optdepends = apache: alternative web server
optdepends = vlc: provides libvlc (may achieve better performance with some camera models)
+ optdepends = zmeventnotification-git: suppport for push notifications and machine learning recognition
provides = zoneminder
conflicts = zoneminder
backup = etc/nginx/sites-available/zoneminder.conf
diff --git a/PKGBUILD b/PKGBUILD
index 49b80f0e9ac8..aa8b694c1cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@
pkgname=zoneminder-git
_pkgname=zoneminder
pkgver=1.33.16.r14355.fd633a217
-pkgrel=1
+pkgrel=2
pkgdesc='A complete surveillance solution allowing capture, analysis, recording and monitoring of any CCTV or security cameras'
arch=('x86_64')
url='https://github.com/ZoneMinder/ZoneMinder'
@@ -63,7 +63,8 @@ depends=('polkit' 'ffmpeg' 'libmp4v2'
makedepends=('cmake')
optdepends=('apache: alternative web server'
- 'vlc: provides libvlc (may achieve better performance with some camera models)')
+ 'vlc: provides libvlc (may achieve better performance with some camera models)'
+ 'zmeventnotification-git: suppport for push notifications and machine learning recognition')
provides=($_pkgname)
conflicts=($_pkgname)
backup=("etc/nginx/sites-available/$_pkgname.conf"