summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--thruk.install6
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8861b3039b31..92acaf407e79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 2.50
+ pkgver = 3.10
pkgrel = 1
url = http://thruk.org
+ install = thruk.install
arch = any
license = GPL2
depends = perl
@@ -34,7 +35,7 @@ pkgbase = thruk
backup = etc/httpd/conf/extra/thruk.conf
backup = etc/thruk/thruk_local.conf
backup = etc/logrotate.d/thruk-base
- source = http://download.thruk.org/pkg/v2.50/src/thruk-2.50.tar.gz
- md5sums = 0d9d2397ed0bab87768b1f8b74243f32
+ source = http://download.thruk.org/pkg/v3.10/src/thruk-3.10.tar.gz
+ md5sums = b40534681bc735b85ce1474045b370e3
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index 40453690fd09..1a59f3fbb082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=2.50
+pkgver=3.10
pkgrel=1
pkgdesc="Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken"
arch=('any')
@@ -21,7 +21,8 @@ backup=('etc/thruk/cgi.cfg' 'etc/thruk/htpasswd'
'etc/thruk/naglint.conf' 'etc/httpd/conf/extra/thruk.conf'
'etc/thruk/thruk_local.conf' 'etc/logrotate.d/thruk-base')
source=(http://download.thruk.org/pkg/v$pkgver/src/$pkgname-$pkgver.tar.gz)
-md5sums=('0d9d2397ed0bab87768b1f8b74243f32')
+md5sums=('b40534681bc735b85ce1474045b370e3')
+install="thruk.install"
build() {
cd $pkgname-$pkgver
diff --git a/thruk.install b/thruk.install
new file mode 100644
index 000000000000..01e6f0141739
--- /dev/null
+++ b/thruk.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ echo ":: please stop the web server running thruk now and delete the caches with:"
+ echo " rm -rf /var/lib/thruk/*"
+ echo " you also might have to restart lmd with:"
+ echo " thruk -a livecachestop --local"
+}