summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2015-12-14 16:05:36 +0300
committerAlexey D2015-12-14 16:05:36 +0300
commit53a801b50e7fe0f9f7dc5be84cb9abaf39b0f66b (patch)
treecde50fa88f4d7744fa738588c562d92cbad55742
parent7356f805e0d48eca635a1a678a8fd39542bfd8ad (diff)
downloadaur-53a801b50e7fe0f9f7dc5be84cb9abaf39b0f66b.tar.gz
version 0.16.475-1
updated deps fixed indentation
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dccc96751fd..6154058fa61a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psi-plus-git
pkgdesc = Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber power users
- pkgver = 0.16.457
+ pkgver = 0.16.475
pkgrel = 1
url = http://psi-plus.com
install = psi-plus-git.install
@@ -11,12 +11,12 @@ pkgbase = psi-plus-git
makedepends = patch
makedepends = qconf-git
depends = qt4
- depends = qca-ossl
+ depends = qca-qt4
depends = libidn
depends = aspell
depends = libxss
optdepends = qca-gnupg: encrypted client-to-client connection
- provides = psi-plus=0.16.457
+ provides = psi-plus=0.16.475
conflicts = psi-plus
conflicts = psi-plus-webkit-git
replaces = psi-plus
diff --git a/PKGBUILD b/PKGBUILD
index 5adaa4cea372..61d0955e45e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Joker-jar <joker-jar@yandex.ru>
pkgname="psi-plus-git"
-pkgver=0.16.457
+pkgver=0.16.475
pkgrel=1
pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber power users"
url="http://psi-plus.com"
license=('GPL2')
arch=('i686' 'x86_64')
-depends=('qt4' 'qca-ossl' 'libidn' 'aspell' 'libxss')
+depends=('qt4' 'qca-qt4' 'libidn' 'aspell' 'libxss')
makedepends=('git' 'patch' 'qconf-git')
optdepends=('qca-gnupg: encrypted client-to-client connection')
provides=("psi-plus=$pkgver")
@@ -22,12 +22,12 @@ source=('git://github.com/psi-im/psi.git'
md5sums=('SKIP'
'SKIP'
'SKIP'
- 'SKIP')
+ 'SKIP')
pkgver() {
- cd psi-plus
+ cd psi-plus
- git describe --tags | cut -d - -f 1-2 --output-delimiter=.
+ git describe --tags | cut -d - -f 1-2 --output-delimiter=.
}
prepare() {
@@ -62,7 +62,7 @@ build() {
--libdir=/usr/lib \
--enable-plugins \
--disable-enchant \
- --qtdir="/usr/lib/qt4"
+ --qtdir="/usr/lib/qt4"
make
}