git-extras: update to 6.1.0
This commit is contained in:
parent
54dc90c071
commit
97523fe495
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-extras'
|
# Template file for 'git-extras'
|
||||||
pkgname=git-extras
|
pkgname=git-extras
|
||||||
version=6.0.0
|
version=6.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="bash git"
|
depends="bash git"
|
||||||
short_desc="Little git extras"
|
short_desc="Little git extras"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tj/git-extras"
|
homepage="https://github.com/tj/git-extras"
|
||||||
distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
|
distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
|
||||||
checksum=a823c12e4bf74e2f07ee80e597500e5f5120dcd8fa345e67e2c03544fd706ffe
|
checksum=7be0b15ee803d76d2c2e8036f5d9db6677f2232bb8d2c4976691ff7ae026a22f
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
vsed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
||||||
|
|
Loading…
Reference in New Issue