summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-05-04 18:13:30 +0200
committerhaawda2019-05-04 18:13:30 +0200
commit334a70ed935c3cca42cc030fc667fc0fcbf71ba2 (patch)
tree5baf698f4b6261b8384164e54a61762863c2ca69 /PKGBUILD
parentcba011a3b68b74aceb1afcee862875d5b0ce1a5f (diff)
downloadaur-emacs-company-mode-git.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8e845653d1b..c1355ec9fd49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-company-mode-git
-pkgver=0.9.10
+pkgver=0.9.10.r1.gad6ff0e
pkgrel=1
pkgdesc="Modular in-buffer completion framework for Emacs - git checkout"
url="http://company-mode.github.io"
@@ -19,7 +19,7 @@ _gitname=${_gitname#emacs-}
pkgver() {
cd $_gitname
- git describe --tags|sed 's+-+i.r+'|tr - .
+ git describe --tags|sed 's+-+.r+'|tr - .
}
build() {