From 86695988ae00b4841f6ffc638280993b5197bcd0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 6 Feb 2025 14:25:08 +0100 Subject: [PATCH] jujutsu: update to 0.26.0. --- srcpkgs/jujutsu/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/jujutsu/template b/srcpkgs/jujutsu/template index 026b5153a38..15daca12ee7 100644 --- a/srcpkgs/jujutsu/template +++ b/srcpkgs/jujutsu/template @@ -1,20 +1,20 @@ # Template file for 'jujutsu' pkgname=jujutsu -version=0.25.0 -revision=2 +version=0.26.0 +revision=1 build_style=cargo build_helper=qemu hostmakedepends="pkg-config" makedepends="libgit2-1.8-devel openssl-devel libzstd-devel" depends="openssh" -checkdepends="openssh" +checkdepends="openssh git" short_desc="Git-compatible VCS that is both simple and powerful" maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/martinvonz/jj" changelog="https://github.com/martinvonz/jj/blob/main/CHANGELOG.md" distfiles="https://github.com/martinvonz/jj/archive/refs/tags/v${version}.tar.gz" -checksum=3a99528539e414a3373f24eb46a0f153d4e52f7035bb06df47bd317a19912ea3 +checksum=099eeb346f32a4968ebb8273566321eff2e6ca6a7de0c9dcfd7eee016b37cba1 conflicts="jj>=0" do_install() { @@ -22,6 +22,8 @@ do_install() { vbin $f done + vtargetrun ${DESTDIR}/usr/bin/jj util install-man-pages ${DESTDIR}/usr/share/man + for _shell in bash fish zsh; do COMPLETE=${_shell} vtargetrun ${DESTDIR}/usr/bin/jj > jj.${_shell} sed -i -e "s:$DESTDIR::g" jj.${_shell}