summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2018-07-17 18:41:11 +0800
committerIru Cai2018-07-17 18:41:11 +0800
commit92b7047acd92d456e2d228a77b159d8e4712e942 (patch)
treee26cbac5309b074b133be541152ad5b9392bed9b
parente3777bb61115dd2fcb7c6a13e30bab7aedd3d28e (diff)
downloadaur-92b7047acd92d456e2d228a77b159d8e4712e942.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8dc81c4c32c..99ea9080cce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.396
+ pkgver = 1.3.398
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.396.tar.gz
- sha256sums = 752142a0b08dc217a001ac9e48fe4d0b89bbba9bd15c9ed2cfeec5a6b220cce9
+ source = https://github.com/psi-plus/psi-plus-snapshots/archive/1.3.398.tar.gz
+ sha256sums = c883cabcfec482e1fbf0cfaf0910bb6e976be267dbab3de66b0a7cb2dd22b34c
pkgname = psi-plus
diff --git a/PKGBUILD b/PKGBUILD
index 5a4ed6cd86d4..f1e8857c366a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Alexey D. <lq07829icatm@rambler.ru>
pkgname=psi-plus
-pkgver=1.3.396
+pkgver=1.3.398
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=('752142a0b08dc217a001ac9e48fe4d0b89bbba9bd15c9ed2cfeec5a6b220cce9')
+sha256sums=('c883cabcfec482e1fbf0cfaf0910bb6e976be267dbab3de66b0a7cb2dd22b34c')
build() {