summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-07-20 19:27:06 +0530
committerKeshav Amburay2013-07-20 19:27:06 +0530
commitdd679d9a3eeffe4f1e4546d6cec588b66f15f58e (patch)
tree5f0657f79f87e1dfd731d33a0e61343fd9afbb3e
parent8a1bb8a341d295b46b6dfc2d328088a0b4bc3450 (diff)
downloadaur-dd679d9a3eeffe4f1e4546d6cec588b66f15f58e.tar.gz
M
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28c994a0c7ee..24286e52bf7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}/"
- echo "$(git describe --tags)" | sed 's|-|.|g'
+ echo "$(git describe --tags)" | sed -e 's|-|.|g'
}
build() {