summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Lamskoy2018-06-18 01:49:38 +0300
committerEugene Lamskoy2018-06-18 01:49:38 +0300
commit1b163c1bf806216f9ff15840e488b9fb6e923b82 (patch)
treeb0d1ab669181dd0ac4b133989fa8f9b03b50a53a
parent5e8dbbe2abc15c1b309d87c72f46c6815972e8df (diff)
downloadaur-1b163c1bf806216f9ff15840e488b9fb6e923b82.tar.gz
Fixed version getting
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27197ef8f884..75286cec1324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psi-plus-full
pkgdesc = Psi+ is a powerful XMPP client. Built with all plugins, translations, skins and extras
- pkgver = 1.3.373.g40ef6303
+ pkgver = 1.3.384
pkgrel = 1
url = https://psi-plus.com
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = psi-plus-full
depends = qt5-webengine
optdepends = libotr: for OTR plugin
optdepends = tidy: for OTR plugin
- provides = psi-plus=1.3.373.g40ef6303
+ provides = psi-plus=1.3.384
conflicts = psi-plus
conflicts = psi-plus-git
conflicts = psi-plus-qt5-git
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() {