summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Runge2017-06-27 16:20:18 +0200
committerDavid Runge2017-06-27 16:20:18 +0200
commit041ed0be0a34b982fd0b33b5b95cf7d6ad10817d (patch)
treee10de32b0d726c32722ab2221e85991bc62dd59d /PKGBUILD
parenta4318ef6efa1949b3f88f9e3a322de9273df608d (diff)
downloadaur-041ed0be0a34b982fd0b33b5b95cf7d6ad10817d.tar.gz
PKGBUILD: Updating to 2.5.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82a54303b7f9..3614f1cf80e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp@archlinux.com.ve>
pkgname=mantisbt
-pkgver=2.4.0
+pkgver=2.5.1
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=('0888a03d4ab7881d748d1fb8a1bcbf2c2f018f0e21461c2333ed7c5cd9d54b6b')
+sha256sums=('37d684d5f5f705571f5308782e01079a71f7a9d01069e7c486a20659edefa6ba')
package() {
install -dm 755 "${pkgdir}"/{etc/webapps/mantisbt,usr/share/webapps}