diff options
author | Iru Cai | 2018-07-01 14:14:20 +0800 |
---|---|---|
committer | Iru Cai | 2018-07-01 14:14:20 +0800 |
commit | e3777bb61115dd2fcb7c6a13e30bab7aedd3d28e (patch) | |
tree | 44e9d7cda4680151c283a418a7d1180f810d3e06 | |
parent | 0bfdb061b294f6a998d16dfad18506fd47ffd7ff (diff) | |
download | aur-e3777bb61115dd2fcb7c6a13e30bab7aedd3d28e.tar.gz |
1.3.396
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = psi-plus pkgdesc = Psi+ is a powerful XMPP client (Qt, C++) designed for the XMPP power users (with all plugins) - pkgver = 1.3.379 + pkgver = 1.3.396 pkgrel = 1 url = https://psi-plus.com arch = x86_64 @@ -20,8 +20,8 @@ pkgbase = psi-plus depends = libaxolotl-c-git depends = libotr depends = tidy - source = https://github.com/psi-plus/psi-plus-snapshots/archive/1.3.379.tar.gz - sha256sums = 9fc3f3ac57b2bf7402069cd3a37cb6e83f2ea2b0bfd61629ab6698a6c552fca5 + source = https://github.com/psi-plus/psi-plus-snapshots/archive/1.3.396.tar.gz + sha256sums = 752142a0b08dc217a001ac9e48fe4d0b89bbba9bd15c9ed2cfeec5a6b220cce9 pkgname = psi-plus @@ -5,7 +5,7 @@ # Contributor: Alexey D. <lq07829icatm@rambler.ru> pkgname=psi-plus -pkgver=1.3.379 +pkgver=1.3.396 pkgrel=1 pkgdesc="Psi+ is a powerful XMPP client (Qt, C++) designed for the XMPP power users (with all plugins)" url="https://psi-plus.com" @@ -16,7 +16,7 @@ depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5' 'libaxolotl-c-git' 'libotr' 'tidy') makedepends=('patch' 'cmake') source=("https://github.com/psi-plus/psi-plus-snapshots/archive/${pkgver}.tar.gz") -sha256sums=('9fc3f3ac57b2bf7402069cd3a37cb6e83f2ea2b0bfd61629ab6698a6c552fca5') +sha256sums=('752142a0b08dc217a001ac9e48fe4d0b89bbba9bd15c9ed2cfeec5a6b220cce9') build() { |