summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b993bc968a76..94884dec4ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@
pkgname=zoneminder
pkgver=1.34.23
-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/'
@@ -98,6 +98,10 @@ sha256sums=('SKIP'
prepare () {
cd $pkgname-git
+ # Temporary fix for CakePHP (courtesy of @compgamer89 on AUR)
+ # Relevant commit: https://github.com/ZoneMinder/zoneminder/commit/2fa0fbe448058f2826dadc44572a822af2a177d5
+ git cherry-pick 2fa0fbe448058f2826dadc44572a822af2a177d5
+
# Download and move extra PHP plugins into place
git submodule update --init --recursive