summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5052fff443b4..660ebd305692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=psi-plus-full
-pkgver=1.3.373.g40ef6303
+pkgver=1.3.384
pkgrel=1
pkgdesc="Psi+ is a powerful XMPP client. Built with all plugins, translations, skins and extras"
url="https://psi-plus.com"
@@ -50,8 +50,7 @@ sha256sums=('SKIP'
'SKIP')
pkgver() {
- cd psi
- git describe --long --tags | sed 's/^v//;s/-/./g'
+ cat "${srcdir}/psi/version" | cut -d ' ' -f 1
}
prepare() {