From a0c983ab4a201c59229a4f1099374c0c8bf6637f 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 1337a3395dd6..411b832986d6 100644 --- a/srcpkgs/git-extras/template +++ b/srcpkgs/git-extras/template @@ -1,18 +1,18 @@ # 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 +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 -i 's|$(SYSCONFDIR)/bash-completion|/usr/share/bash-completion|' Makefile rm -f check_dependencies.sh ln -s /bin/true check_dependencies.sh }