summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-01-07 21:03:06 +1100
committerLuis Aranguren2020-01-07 21:03:06 +1100
commit9f4dcf12bd13e0a8015140e0f6b7970e62fee6b2 (patch)
tree7a70b8d096a700c876c26073d7fe953cd07266e5
parent992293a3e9dd603f46394950243eb1c250fb1bed (diff)
downloadaur-9f4dcf12bd13e0a8015140e0f6b7970e62fee6b2.tar.gz
1.33.16, added provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431b76ddd682..71de1c1418da 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.15.r14276.5e4c3e1ed
- pkgrel = 3
+ pkgver = 1.33.16.r14355.fd633a217
+ pkgrel = 1
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)
+ provides = zoneminder
conflicts = zoneminder
backup = etc/nginx/sites-available/zoneminder.conf
backup = etc/httpd/conf/extra/zoneminder.conf
diff --git a/PKGBUILD b/PKGBUILD
index ee9368c5964c..49b80f0e9ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,8 +34,8 @@
pkgname=zoneminder-git
_pkgname=zoneminder
-pkgver=1.33.15.r14276.5e4c3e1ed
-pkgrel=3
+pkgver=1.33.16.r14355.fd633a217
+pkgrel=1
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'
@@ -64,7 +64,8 @@ depends=('polkit' 'ffmpeg' 'libmp4v2'
makedepends=('cmake')
optdepends=('apache: alternative web server'
'vlc: provides libvlc (may achieve better performance with some camera models)')
-conflicts=('zoneminder')
+provides=($_pkgname)
+conflicts=($_pkgname)
backup=("etc/nginx/sites-available/$_pkgname.conf"
"etc/httpd/conf/extra/$_pkgname.conf"
"etc/php/conf.d/$_pkgname.ini")