From bc24959e4bead6f5f11b362cb108b2ed18532986 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 19 Dec 2022 20:48:23 +0530 Subject: [PATCH] git-extras: update to 6.5.0. Adopt. --- srcpkgs/git-extras/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 1337a3395dd6..35b60c99d9d2 100644 --- a/srcpkgs/git-extras/template +++ b/srcpkgs/git-extras/template @@ -1,18 +1,19 @@ # Template file for 'git-extras' pkgname=git-extras -version=6.3.0 +version=6.5.0 revision=1 build_style=gnu-makefile depends="bash git" short_desc="Little git extras" -maintainer="Orphaned " +maintainer="icp " license="MIT" homepage="https://github.com/tj/git-extras" -distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz" -checksum=8a218a0c8e10036d5ba14f26b70f994b0d11166b02ef3fed71c593cef026ec3d +changelog="https://raw.githubusercontent.com/tj/git-extras/master/History.md" +distfiles="https://github.com/tj/git-extras/archive/refs/tags/${version}.tar.gz" +checksum=eace7a0659749c72abf1cee68c03ea0a77715870d5e321c729e4a231ee359b61 post_patch() { - vsed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile + vsed -e 's|$(SYSCONFDIR)/bash-completion|/usr/share/bash-completion|' -i Makefile rm -f check_dependencies.sh ln -s /bin/true check_dependencies.sh }