summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"