summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2018-06-18 01:49:38 +0300
committerEugene Lamskoy2018-06-18 01:49:38 +0300
commit1b163c1bf806216f9ff15840e488b9fb6e923b82 (patch)
treeb0d1ab669181dd0ac4b133989fa8f9b03b50a53a /PKGBUILD
parent5e8dbbe2abc15c1b309d87c72f46c6815972e8df (diff)
downloadaur-1b163c1bf806216f9ff15840e488b9fb6e923b82.tar.gz
Fixed version getting
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() {