summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2016-05-27 09:25:05 +0300
committerAlexey D2016-05-27 10:22:37 +0300
commitf2420a4e45c11c36f84f73e8d9a4773cc7cf2271 (patch)
tree61322ac164201289e4c09a8cccc32b2f1d8da0b8
parent53a801b50e7fe0f9f7dc5be84cb9abaf39b0f66b (diff)
downloadaur-f2420a4e45c11c36f84f73e8d9a4773cc7cf2271.tar.gz
removed obsolete --enable-plugins
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6154058fa61a..eb910fb5b1a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri May 27 06:21:49 UTC 2016
pkgbase = psi-plus-git
pkgdesc = Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber power users
- pkgver = 0.16.475
+ pkgver = 0.16.559
pkgrel = 1
url = http://psi-plus.com
install = psi-plus-git.install
@@ -16,7 +18,7 @@ pkgbase = psi-plus-git
depends = aspell
depends = libxss
optdepends = qca-gnupg: encrypted client-to-client connection
- provides = psi-plus=0.16.475
+ provides = psi-plus=0.16.559
conflicts = psi-plus
conflicts = psi-plus-webkit-git
replaces = psi-plus
diff --git a/PKGBUILD b/PKGBUILD
index 61d0955e45e0..3a6483af0fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Joker-jar <joker-jar@yandex.ru>
pkgname="psi-plus-git"
-pkgver=0.16.475
+pkgver=0.16.559
pkgrel=1
pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber power users"
url="http://psi-plus.com"
@@ -60,7 +60,6 @@ build() {
qconf
./configure --prefix=/usr \
--libdir=/usr/lib \
- --enable-plugins \
--disable-enchant \
--qtdir="/usr/lib/qt4"
make