summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fce07f5274ee..b8e9310858d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.13r1.gd25443b
+pkgver=0.13r7.gfbb01f7
pkgrel=1
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
arch=('x86_64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags|sed 's+-+r+'|sed 's+-+.+g'| cut -c2-
+ git describe --tags|sed 's+-+r+'|tr - .| cut -c2-
}
build() {