summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--zoneminder.install9
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ada1b25ac64d..952dd91d83c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zoneminder
pkgdesc = A full-featured, open source, state-of-the-art video surveillance software system
pkgver = 1.35.28+g6f977da94d6096f05dee781d19a4f88b75ecdbe4
- pkgrel = 1
+ pkgrel = 2
url = https://www.zoneminder.com/
install = zoneminder.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index dec734c78a22..f60af98317a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ _commit=6f977da94d6096f05dee781d19a4f88b75ecdbe4
pkgname=zoneminder
pkgver=1.35.28+g$_commit
-pkgrel=1
+pkgrel=2
pkgdesc='A full-featured, open source, state-of-the-art video surveillance software system'
arch=('any')
url='https://www.zoneminder.com/'
diff --git a/zoneminder.install b/zoneminder.install
index 83e300144f2e..a03cb08a4f2e 100644
--- a/zoneminder.install
+++ b/zoneminder.install
@@ -31,6 +31,15 @@ post_install() {
post_upgrade() {
echo
+ echo "********************************************************************************************"
+ echo "* IMPORTANT NOTICE: Due to ZoneMinder 1.35.xx being a development branch, it may become *"
+ echo "* necessary at some point in the future to return your setup back to the 1.34.xx branch. *"
+ echo "* *"
+ echo "* For this reason, PLEASE MAKE SURE TO BACKUP YOUR DATABASE before using the following *"
+ echo "* commands to upgrade the database from the 1.34.xx scheme to the 1.35.xx one. Failure to *"
+ echo "* do so will make it impossible for you to return to 1.34.xx if something goes wrong. *"
+ echo "********************************************************************************************"
+ echo
echo "ZoneMinder's database needs to be updated. As the root user, run the following:"
echo
echo "/usr/bin/zmupdate.pl --nointeractive"