aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
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-01 16:03:38 +0200
commitfe981a723a80ec9b670cf10bfd9bbb04c7f0569f (patch)
treee30a13a237c7f48bea8c902341564b4ae278b4f5 /PKGBUILD
parent1b798548f0a2bda1e7a728d02b4665a4acc0a93b (diff)
downloadpkgbuilds-fe981a723a80ec9b670cf10bfd9bbb04c7f0569f.tar.xz
Cleaned up some pkgver()'s
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a94c21..5456094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i3pystatus-git
pkgdesc="i3status replacement written in python for the i3 window manager"
-pkgver=3.1.r151.g260cdfc
+pkgver=3.1.r188.ga4e6e54
pkgrel=1
arch=('i686' 'x86_64')
license=('mit')
@@ -15,7 +15,7 @@ md5sums=('SKIP')
pkgver() {
cd i3pystatus
- printf "%s" "$(git describe --always --long | sed 's/^v//;s/-/-r/' | tr - .)"
+ git describe --always --long | sed 's/^v//; s/-/-r/; s/-/./g'
}
package() {