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 b8e9310858d6..b4f066303c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.13r7.gfbb01f7
+pkgver=0.13.r8.g1f6a5c6
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+'|tr - .| cut -c2-
+ git describe --tags|sed 's+-+.r+'|tr - .| cut -c2-
}
build() {