From 733e8a26706197ecccfe42ec3a2b30fc18edd28c Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Fri, 14 Apr 2023 10:33:43 +0200 Subject: [PATCH] stagit: rebuild for libgit2 --- srcpkgs/stagit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template index af92a2ab9d1..ee27d04171d 100644 --- a/srcpkgs/stagit/template +++ b/srcpkgs/stagit/template @@ -1,7 +1,7 @@ # Template file for 'stagit' pkgname=stagit version=1.2 -revision=1 +revision=2 build_style=gnu-makefile make_install_args="MANPREFIX=/usr/share/man" makedepends="libgit2-devel"