summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--mantisbt.install3
3 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced09087215e..d6f1e6716695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 27 14:20:05 UTC 2017
+# Tue Oct 17 09:21:37 UTC 2017
pkgbase = mantisbt
pkgdesc = Web-based issue tracking system
- pkgver = 2.5.1
+ pkgver = 2.7.0
pkgrel = 1
url = https://www.mantisbt.org/
install = mantisbt.install
@@ -17,8 +17,8 @@ pkgbase = mantisbt
optdepends = nginx: Web server to run MantisBT
optdepends = php-pgsql: PostgreSQL database
backup = etc/webapps/mantisbt/config_inc.php
- source = https://downloads.sourceforge.net/project/mantisbt/mantis-stable/2.5.1/mantisbt-2.5.1.tar.gz
- sha256sums = 37d684d5f5f705571f5308782e01079a71f7a9d01069e7c486a20659edefa6ba
+ source = https://downloads.sourceforge.net/project/mantisbt/mantis-stable/2.7.0/mantisbt-2.7.0.tar.gz
+ sha512sums = 8be61bd8aa94bafe7af081de7d8411d89f69baa7cdda06ae8bdb2df5f44735d2d91cd44a7510dc8d8abb08fb6c182553018eeb88a44655681f3e5aed2f116873
pkgname = mantisbt
diff --git a/PKGBUILD b/PKGBUILD
index 3614f1cf80e8..546a34a218b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp@archlinux.com.ve>
pkgname=mantisbt
-pkgver=2.5.1
+pkgver=2.7.0
pkgrel=1
pkgdesc='Web-based issue tracking system'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=('apache: Web server to run MantisBT'
backup=('etc/webapps/mantisbt/config_inc.php')
install='mantisbt.install'
source=("https://downloads.sourceforge.net/project/${pkgname}/mantis-stable/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('37d684d5f5f705571f5308782e01079a71f7a9d01069e7c486a20659edefa6ba')
+sha512sums=('8be61bd8aa94bafe7af081de7d8411d89f69baa7cdda06ae8bdb2df5f44735d2d91cd44a7510dc8d8abb08fb6c182553018eeb88a44655681f3e5aed2f116873')
package() {
install -dm 755 "${pkgdir}"/{etc/webapps/mantisbt,usr/share/webapps}
diff --git a/mantisbt.install b/mantisbt.install
index cee4b79bdcbf..2a1bb03bb7ff 100644
--- a/mantisbt.install
+++ b/mantisbt.install
@@ -1,11 +1,10 @@
pre_upgrade() {
cd /usr/share/webapps/mantisbt
-
cp mantis_offline.php.sample mantis_offline.php
}
post_upgrade() {
- echo "Please follow the steps from 2. onwards at: https://mantisbt.org/docs/master-1.3.x/en-US/Admin_Guide/html-single/#admin.install.upgrade"
+ echo "Please follow the steps from 2.5.2 onwards at: https://mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.upgrade"
echo "After upgrading, bring MantisBT back to normal operation mode by deleting mantis_offline.php as follows:"
echo "rm /usr/share/webapps/mantisbt/mantis_offline.php"
}