summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2021-01-02 03:29:24 +0100
committerPiotr Gorski2021-01-02 03:29:24 +0100
commit6c9e02960396cef1dd0a64e50e61892524862210 (patch)
treedc27e326b3fb5e33f1b362b8a487df238261e0cf
parent79d96a77fd5cf3cd7fee10f6b7539d030d7b4be7 (diff)
downloadaur-6c9e02960396cef1dd0a64e50e61892524862210.tar.gz
Fix psi-plus-nightly path
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf85f7ec76f..01ca7da4533d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psi-plus-git
pkgdesc = Psi+ is a powerful XMPP client (Qt, C++) designed for the XMPP power users (built with Qt 5.x)
- pkgver = 1.5.1477.r1153.g22ba4dd
+ pkgver = 1.5.1477.r4437.gaf4b5b29
pkgrel = 1
url = https://psi-plus.com
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = psi-plus-git
depends = hunspell
depends = qtkeychain
depends = http-parser
- provides = psi-plus=1.5.1477.r1153.g22ba4dd
- provides = psi-plus-qt5-git=1.5.1477.r1153.g22ba4dd
+ provides = psi-plus=1.5.1477.r4437.gaf4b5b29
+ provides = psi-plus-qt5-git=1.5.1477.r4437.gaf4b5b29
conflicts = psi-plus
conflicts = psi-plus-qt5-git
conflicts = psi-plus-webkit-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index 3b87d20d52d3..dd4eca202d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Alexey D. <lq07829icatm@rambler.ru>
pkgname=psi-plus-git
-pkgver=1.5.1477.r1153.g22ba4dd
+pkgver=1.5.1477.r4437.gaf4b5b29
pkgrel=1
pkgdesc="Psi+ is a powerful XMPP client (Qt, C++) designed for the XMPP power users (built with Qt 5.x)"
url="https://psi-plus.com"
@@ -23,7 +23,7 @@ sha256sums=('SKIP'
'SKIP')
pkgver() {
- cd psi-plus
+ cd psi
_ver="$(cat "${srcdir}/psi/version" | cut -d ' ' -f 1)"
echo "${_ver}.r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"
}