summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-10-19 15:13:16 +0200
committerhaawda2019-10-19 15:13:16 +0200
commit745dbf0f137537541bff99d53a3fc7a6c15e38b5 (patch)
treeef069b11e36f07f629561c94648b1d5bd06b9317 /PKGBUILD
parent0cccc466c432355f49304252c1e3be14c329f39b (diff)
downloadaur-aee-git.tar.gz
add . in pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f1b00a02cd3..c344eec0b57f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=('aee-git' 'xae-git')
-pkgver=2.2.21r4.ed7aa90
+pkgver=2.2.21.r4.ed7aa90
pkgrel=1
pkgdesc="Classic text editor with both curses and X11 interfaces."
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ sha256sums=('SKIP'
pkgver() {
cd ${pkgbase%-git}
- printf "%sr%s.%s" $(awk -F\" '/AEE_VERSION/ {print $2}' aee_version.h ) $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
+ printf "%s.r%s.%s" $(awk -F\" '/AEE_VERSION/ {print $2}' aee_version.h ) $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
}
prepare() {