summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-11-12 00:13:16 +0100
committerhaawda2019-11-12 00:13:16 +0100
commit54f4369ad4f14d17ec0439754573f499aef1163f (patch)
tree7e6f3ac114a8c0b7c48f2444832dc17922c91526 /PKGBUILD
parent8b3a0623630a3d76ea0e35d7c141e234dd343c81 (diff)
downloadaur-emacs-f-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 a15e4f1a7521..2492579545f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gituser="rejeep"
_gitrepo="f.el"
pkgname=emacs-f-git
-pkgver=0.20.0r2.g8191672
+pkgver=0.20.0.r4.g1814209
pkgrel=1
pkgdesc="Modern API for working with files and directories in Emacs"
url="https://github.com/${_gituser}/${_gitrepo}"
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_gitrepo"
- git describe --tags|sed 's+-+r+'|tr - .|cut -c2-
+ git describe --tags|sed 's+-+.r+'|tr - .|cut -c2-
}
build() {