summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-07-26 21:19:35 +0200
committerhaawda2019-07-26 21:19:35 +0200
commit4e1e967c8d3fb08d8ca17b0021e3000a99e83e32 (patch)
treed4c2921bc194540e3740f0f25b238bc0d0768c04 /PKGBUILD
parent368f9abd6745024ec09d2fdb2c25ded9ac00c8ea (diff)
downloadaur-emacs-ag-git.tar.gz
add dot in pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7670d0b41597..31113cdcdd4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-ag-git
-pkgver=0.47r49.g77b4f50
+pkgver=0.47.r50.gbd81d68
pkgrel=1
pkgdesc="An Emacs frontend to The Silver Searcher (binary name ag)"
arch=('any')
@@ -17,7 +17,7 @@ md5sums=('SKIP')
pkgver() {
cd ag.el
- git describe --tags | sed 's+-+r+' | tr - .
+ git describe --tags | sed 's+-+.r+' | tr - .
}
build() {