summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav N. aka pztrn2017-05-20 05:03:34 +0500
committerStanislav N. aka pztrn2017-05-20 05:03:34 +0500
commit0faf1d99029c33b2abbdc1ffad4e0134eab01611 (patch)
tree0985e6f5936d1aacac16c7ed55113d1ddcde9208
parent47ab777336a1239172ac3f04bc82f6c76d8266ba (diff)
downloadaur-0faf1d99029c33b2abbdc1ffad4e0134eab01611.tar.gz
Bump to 1.1.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f9acb373d6e..ab31b7ea9aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webissues-client
pkgdesc = An open source, multi-platform system for issue tracking and team collaboration.
- pkgver = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = http://webissues.mimec.org/
arch = any
@@ -8,12 +8,8 @@ pkgbase = webissues-client
depends = qt5-base>=5.6.2
provides = webissues
conflicts = webissues
- source = http://downloads.sourceforge.net/webissues/webissues-1.1.4.tar.bz2
- source = compiler-includes.patch
- source = qt-5.6.patch
+ source = http://downloads.sourceforge.net/webissues/webissues-1.1.5.tar.bz2
md5sums = 798ec55cb123f00daa3a8ed0f9509dda
- md5sums = f3f6f39b75c33c98764e45ad91eca706
- md5sums = 60d63e4aedc2d8b74315e2ef1bb7ab04
pkgname = webissues-client
diff --git a/PKGBUILD b/PKGBUILD
index c1230378daea..3ff221c4343f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Ezra Sharp <nicekiwi@gmail.com>
+# Maintainer: Stanislav Nikitin <pztrn@pztrn.name>
+# Contributor: Ezra Sharp <nicekiwi@gmail.com>
pkgname=webissues-client
_pkgname=webissues
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="An open source, multi-platform system for issue tracking and team collaboration."
arch=("any")
@@ -11,15 +12,12 @@ license=("GPL3")
depends=("qt5-base>=5.6.2")
conflicts=("webissues")
provides=("webissues")
-source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.bz2" "compiler-includes.patch" "qt-5.6.patch")
-md5sums=("798ec55cb123f00daa3a8ed0f9509dda" "f3f6f39b75c33c98764e45ad91eca706" "60d63e4aedc2d8b74315e2ef1bb7ab04")
+source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.bz2")
+md5sums=("798ec55cb123f00daa3a8ed0f9509dda")
build() {
cd "$srcdir/$_pkgname-$pkgver"
- patch -Np1 -i "${srcdir}/compiler-includes.patch"
- patch -Np1 -i "${srcdir}/qt-5.6.patch"
-
./configure -prefix /usr -destdir "$pkgdir" -system-sqlite
make
}