From 8144fc0f253d0c187a72230bb95e8e2cfb72f5ee Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 23 Jan 2020 23:17:55 +0200 Subject: [PATCH] git-extras: update to 5.1.0. --- srcpkgs/git-extras/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 0e8c3c385b5..178b4215fdc 100644 --- a/srcpkgs/git-extras/template +++ b/srcpkgs/git-extras/template @@ -1,6 +1,6 @@ # Template file for 'git-extras' pkgname=git-extras -version=5.0.0 +version=5.1.0 revision=1 archs=noarch build_style=gnu-makefile @@ -10,8 +10,8 @@ short_desc="Little git extras" maintainer="Eivind Uggedal " license="MIT" homepage="https://github.com/tj/git-extras" -distfiles="${homepage}/archive/${version}.tar.gz" -checksum=7fb70af14c12119d184fe33f5f86046b7ad175ee81fa89e75fb54a5b3aff609a +distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz" +checksum=432f73f178345b69d98fb48ccdc04839bafb605f2f8cc3e5bb8f87d497ef3e7d pre_build() { sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile