git-extras: update to 5.1.0.
This commit is contained in:
parent
2bd7fc1116
commit
c03b557ef4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'git-extras'
|
# Template file for 'git-extras'
|
||||||
pkgname=git-extras
|
pkgname=git-extras
|
||||||
version=5.0.0
|
version=5.1.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Little git extras"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tj/git-extras"
|
homepage="https://github.com/tj/git-extras"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
|
||||||
checksum=7fb70af14c12119d184fe33f5f86046b7ad175ee81fa89e75fb54a5b3aff609a
|
checksum=432f73f178345b69d98fb48ccdc04839bafb605f2f8cc3e5bb8f87d497ef3e7d
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
||||||
|
|
Loading…
Reference in New Issue