summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24335fc27e42..443de94c2407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Joker-jar <joker-jar@yandex.ru>
pkgname="psi-plus-git"
-pkgver=0.16.168
+pkgver=0.16.280
pkgrel=1
pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber power users"
url="http://psi-plus.com"
@@ -57,9 +57,9 @@ build() {
qconf
./configure --prefix=/usr \
--libdir=/usr/lib \
- --enable-webkit \
- --enable-plugins \
- --disable-enchant # enchant spell engine doesn't support multi-language spelling, use aspell instead
+ --enable-webkit \
+ --enable-plugins \
+ --disable-enchant # enchant spell engine doesn't support multi-language spelling, use aspell instead
make
}