summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2013-07-20 19:24:41 +0530
committerKeshav Amburay2013-07-20 19:24:41 +0530
commit1a481848d077850fc087abd904fa4af035bae834 (patch)
treeac19c67c0ea90ce5593d44634d98cb31649a30f4 /PKGBUILD
parentbfb8bbc02adb84d67728eb639064a6116a28b642 (diff)
downloadaur-1a481848d077850fc087abd904fa4af035bae834.tar.gz
M
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e0916f13b86..01e4fed2b773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}/"
- echo "$(git describe --tags)" | sed 's|-|.|g'
+ echo "$(git describe --tags)" | sed -e 's|-|.|g'
}
build() {