From 09d67ca97b065105c3391d1ebf5287c5b15ee073 Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 17 May 2018 23:35:18 +0200 Subject: [PATCH] chroot-git: update to 2.17.0. Closes #14516. Signed-off-by: Enno Boland --- srcpkgs/chroot-git/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index cfa6f4d1c27..9c3656aaa8f 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -1,6 +1,6 @@ # Template build file for "chroot-git". pkgname=chroot-git -version=2.16.2 +version=2.17.0 revision=1 bootstrap=yes wrksrc="git-$version" @@ -14,10 +14,10 @@ make_build_args="CC_LD_DYNPATH=-L" make_install_args="NO_INSTALL_HARDLINKS=1" short_desc="GIT Tree History Storage Tool -- for xbps-src use" maintainer="Juan RP " -homepage="http://git-scm.com/" -license="GPL-2" +license="GPL-2.0-or-later" +homepage="https://git-scm.com/" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717 +checksum=e916e5e95e81dbeafa7aac5d719c01108b5c814eb90b746695afa1afedf955c7 if [ "$CHROOT_READY" ]; then hostmakedepends="perl" @@ -28,6 +28,6 @@ fi do_install() { # remove unneeded stuff. make DESTDIR=${wrksrc}/build-tmp install - vmkdir usr/bin + vbin ${wrksrc}/build-tmp/usr/bin/git chroot-git }