summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStanislav N. aka pztrn2017-05-20 05:08:18 +0500
committerStanislav N. aka pztrn2017-05-20 05:08:18 +0500
commite5dc4f21ef6bc85cef9606f1ef47714090e91be5 (patch)
tree8ba26fa19c7cb3bbf551eb7b2e6c277284e1ac3b /PKGBUILD
parent0faf1d99029c33b2abbdc1ffad4e0134eab01611 (diff)
downloadaur-e5dc4f21ef6bc85cef9606f1ef47714090e91be5.tar.gz
Forgot to update md5sum for sources.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ff221c4343f..31fee1b67a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=webissues-client
_pkgname=webissues
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="An open source, multi-platform system for issue tracking and team collaboration."
arch=("any")
url="http://webissues.mimec.org/"
@@ -13,7 +13,7 @@ depends=("qt5-base>=5.6.2")
conflicts=("webissues")
provides=("webissues")
source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.bz2")
-md5sums=("798ec55cb123f00daa3a8ed0f9509dda")
+md5sums=("1cfb2162ce5223238b1999bfd8bad51d")
build() {
cd "$srcdir/$_pkgname-$pkgver"