summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-04-13 18:37:38 +0200
committerhaawda2019-04-13 18:37:38 +0200
commite689be2d56fe622e6071545d9ac31a7539c4da70 (patch)
treec3cbc7c1aa4b63394317c7af30f514924ec8ec66 /PKGBUILD
parent2631808507eef48ccdb8085a876e8c3d6f3ef208 (diff)
downloadaur-emacs-org-mode-git.tar.gz
minor fix in pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32aaaaa6ae73..151fbb8ee7e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-org-mode-git
-pkgver=9.2.1r188.g2d88cfbc0
+pkgver=9.2.3.r339.gab311b85a
pkgrel=1
epoch=1
pkgdesc="Emacs Org Mode from git"
@@ -21,7 +21,7 @@ md5sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags | sed 's+-+r+' | cut -c9- | tr - .
+ git describe --tags | sed 's+-+.r+' | cut -c9- | tr - .
}
build() {