diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 15:02:20 UTC 2015 +# Mon Jun 1 15:02:21 UTC 2015 pkgbase = i3pystatus-git pkgdesc = i3status replacement written in python for the i3 window manager pkgver = 3.1.r149.g6a3090b @@ -14,11 +14,11 @@ source=('git+https://github.com/enkore/i3pystatus.git') md5sums=('SKIP') pkgver() { - cd "$srcdir"/i3pystatus + cd i3pystatus printf "%s" "$(git describe --always --long | sed 's/^v//;s/-/-r/' | tr - .)" } package() { - cd "$srcdir"/i3pystatus + cd i3pystatus python setup.py install --prefix=/usr --root="$pkgdir" } |