diff options
author | Iru Cai | 2018-06-16 14:20:45 +0800 |
---|---|---|
committer | Iru Cai | 2018-06-16 14:20:45 +0800 |
commit | 0bfdb061b294f6a998d16dfad18506fd47ffd7ff (patch) | |
tree | 8b791bc1c8678cf0f84d58de328ecee43c76e91d | |
parent | 0b0fb0fa8679ffebc856099b4b16793deca523fa (diff) | |
download | aur-0bfdb061b294f6a998d16dfad18506fd47ffd7ff.tar.gz |
1.3.379
-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.362 + pkgver = 1.3.379 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.362.tar.gz - sha256sums = 243d7c1feac79b28a066897ece982cd1cbf44ef8f596c0c2654ee1f268d1b4bb + source = https://github.com/psi-plus/psi-plus-snapshots/archive/1.3.379.tar.gz + sha256sums = 9fc3f3ac57b2bf7402069cd3a37cb6e83f2ea2b0bfd61629ab6698a6c552fca5 pkgname = psi-plus @@ -5,7 +5,7 @@ # Contributor: Alexey D. <lq07829icatm@rambler.ru> pkgname=psi-plus -pkgver=1.3.362 +pkgver=1.3.379 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=('243d7c1feac79b28a066897ece982cd1cbf44ef8f596c0c2654ee1f268d1b4bb') +sha256sums=('9fc3f3ac57b2bf7402069cd3a37cb6e83f2ea2b0bfd61629ab6698a6c552fca5') build() { |