aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-11-27 22:44:11 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 14:34:46 +0200
commit00f975d9086544495a7e802897bcc75b403356bc (patch)
tree13e3fad25288b754cd11c9808ec0273f4430d99d
parent844df3fa1614008db1975aa1e214f78e8b78857a (diff)
downloadpkgbuilds-00f975d9086544495a7e802897bcc75b403356bc.tar.xz
Cleaned up some pkgver()'s
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9df752..98c0c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ md5sums=('SKIP'
pkgver() {
cd urxvt-tabbedex
- printf "%s" "$(git describe --tags --long | sed 's/^tabbedex-//;s/-/-r/' | tr - .)"
+ git describe --tags --long | sed 's/^tabbedex-//; s/-/-r/; s/-/./g'
}
prepare() {