summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-06-13 05:27:22 +0200
committerhaawda2019-06-13 05:27:22 +0200
commiteb44f0718d8d1bcc062968e6e5d2e6e12fed9133 (patch)
tree01f36dd9edef2a47340446eb0c640a59c5521e8f
parentba96f72bc33e85864ad00c43c00c02d6a50fab26 (diff)
downloadaur-eb44f0718d8d1bcc062968e6e5d2e6e12fed9133.tar.gz
adjust pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38de08e7c3c1..4066ea1ea9fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pakku-git
pkgdesc = Pacman wrapper with AUR support with latest changes from github repo
- pkgver = 0.13r7.gfbb01f7
+ pkgver = 0.13.r8.g1f6a5c6
pkgrel = 1
url = https://github.com/kitsunyan/pakku
arch = x86_64
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() {