summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04a98a606fe7..106ab207c903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=webissues-client
pkgver=1.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="An open source, multi-platform system for issue tracking and team collaboration."
arch=("x86_64")
url="http://webissues.mimec.org/"
@@ -17,6 +17,8 @@ sha256sums=("7781b26ffefb6fcd05acc7d0b6a02ec237007496d85eb78b185701c245fca895")
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch --forward --strip=1 --input="../../remove-qpallete-from-issues-dialogs.patch"
+
./configure -prefix /usr -destdir "$pkgdir" -system-sqlite
make
}