From f9a3a1ba9958ff197b4d3ef25fdd087cc76a2593 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Fri, 4 Apr 2025 21:41:48 +0200 Subject: [PATCH] stagit: rebuild for libgit2-1.9 --- srcpkgs/stagit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template index a12180fa1e7..2481eccfe65 100644 --- a/srcpkgs/stagit/template +++ b/srcpkgs/stagit/template @@ -1,10 +1,10 @@ # Template file for 'stagit' pkgname=stagit version=1.2 -revision=3 +revision=4 build_style=gnu-makefile make_install_args="MANPREFIX=/usr/share/man" -makedepends="libgit2-devel" +makedepends="libgit2-1.9-devel" short_desc="Static git page generator" maintainer="Orphaned " license="MIT"