git-flow: Update to 1.8.0.61

This commit is contained in:
Alexey Pavlov 2015-10-05 13:21:38 +03:00
parent 139872dfac
commit ac828d3421

View File

@ -1,8 +1,8 @@
# Maintainer: Johannes Schindelin <johannes.schindelin@gmx.de>
_realname=git-flow
pkgname=("${_realname}")
pkgver=1.8.0.58.gd441201
pkgname="${_realname}"
pkgver=1.8.0.61.g2b013fc
pkgrel=1
pkgdesc="Git extensions to provide high-level repository operations for Vincent Driessen's branching model (AVH edition)"
arch=('i686' 'x86_64')
@ -18,8 +18,7 @@ pkgver() {
# Need to create sane tags to allow `git describe` to work
for t in $(git tag -l | grep '^[0-9]')
do
git rev-parse --quiet --verify v$t >/dev/null ||
git tag v$t $t^2
git rev-parse --quiet --verify v${t} >/dev/null || git tag v${t} ${t^2}
done
git describe --tags |