From 4e2e54d2e15b6a02018879a4601b320727c0ebdd Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Thu, 24 Nov 2022 14:08:11 +0100 Subject: [PATCH] stagit: update to 1.2. --- srcpkgs/stagit/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template index 6b7ff8959060..af92a2ab9d1c 100644 --- a/srcpkgs/stagit/template +++ b/srcpkgs/stagit/template @@ -1,7 +1,7 @@ # Template file for 'stagit' pkgname=stagit -version=1.1 -revision=2 +version=1.2 +revision=1 build_style=gnu-makefile make_install_args="MANPREFIX=/usr/share/man" makedepends="libgit2-devel" @@ -9,8 +9,8 @@ short_desc="Static git page generator" maintainer="tibequadorian " license="MIT" homepage="https://codemadness.org/git/stagit/log.html" -distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz" -checksum=66f6ad1be3d6b6455faf9cfdd29329644b7ff2aa3123fbf1375169c60bda75c5 +distfiles="https://codemadness.org/releases/stagit/stagit-${version}.tar.gz" +checksum=5659bd8ba7e1417edd40f7b7781a8ea26939ab6aa513409023835f04875921c5 LDFLAGS="-lgit2" post_install() {