From 93ca236eef1a4441e6f4d520779a9fe82715dbe3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 13 Dec 2023 15:06:50 +0100 Subject: [PATCH] git-flow: rebuild --- git-flow/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-flow/PKGBUILD b/git-flow/PKGBUILD index cfc833f4..2fe52713 100644 --- a/git-flow/PKGBUILD +++ b/git-flow/PKGBUILD @@ -3,7 +3,7 @@ _realname=git-flow pkgname="${_realname}" pkgver=1.12.3 -pkgrel=1 +pkgrel=2 pkgdesc="Git extensions to provide high-level repository operations for Vincent Driessen's branching model (AVH edition)" arch=('i686' 'x86_64') license=('BSD')