git-extras: update to 6.5.0.

Adopt.
This commit is contained in:
icp 2022-12-19 20:48:23 +05:30 committed by classabbyamp
parent 0e3053ea23
commit 7d740ffc4e
1 changed files with 6 additions and 5 deletions

View File

@ -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 <orphan@voidlinux.org>"
maintainer="icp <pangolin@vivaldi.net>"
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
}