Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] git-absorb: update to 0.6.7.
Date: Mon, 04 Jul 2022 19:33:28 +0200	[thread overview]
Message-ID: <20220704173328.LapGg9Ina8lFtROo3ysrHN_np2_ZZxb2Dqhg2k9Pc7M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37844@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/git-absorb-0.6.7
https://github.com/void-linux/void-packages/pull/37844

git-absorb: update to 0.6.7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/37844.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/git-absorb-0.6.7-37844.patch --]
[-- Type: text/x-diff, Size: 1386 bytes --]

From 8cf72ca613132c14ff24d83a4e938e659473ee1a Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 4 Jul 2022 13:18:27 -0400
Subject: [PATCH] git-absorb: update to 0.6.7.

---
 srcpkgs/git-absorb/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template
index fa73d41afbae..c428d4657e77 100644
--- a/srcpkgs/git-absorb/template
+++ b/srcpkgs/git-absorb/template
@@ -1,18 +1,23 @@
 # Template file for 'git-absorb'
 pkgname=git-absorb
-version=0.6.6
+version=0.6.7
 revision=1
 build_style=cargo
+build_helper=qemu
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel"
 short_desc="Like git commit --fixup, but automatic"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/tummychow/git-absorb"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=955069cc70a34816e6f4b6a6bd1892cfc0ae3d83d053232293366eb65599af2f
+distfiles="https://github.com/tummychow/git-absorb/archive/${version}.tar.gz"
+checksum=f562dbcf68c5f687197e8a594cb58cf102cc17a2e9fcf66dbacb83b49e053bd7
 
 post_install() {
 	vlicense LICENSE.md
 	vman Documentation/git-absorb.1
+	for sh in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/git-absorb --gen-completions $sh > git-absorb.$sh
+		vcompletion git-absorb.$sh $sh
+	done
 }

  reply	other threads:[~2022-07-04 17:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 17:21 [PR PATCH] " classabbyamp
2022-07-04 17:33 ` classabbyamp [this message]
2022-07-04 17:54 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220704173328.LapGg9Ina8lFtROo3ysrHN_np2_ZZxb2Dqhg2k9Pc7M@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).