Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-absorb: update to 0.6.7.
@ 2022-07-04 17:21 classabbyamp
  2022-07-04 17:33 ` [PR PATCH] [Updated] " classabbyamp
  2022-07-04 17:54 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2022-07-04 17:21 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1154 bytes --]

From 5f08aa8c99fc6c66a2dafdb2c715d6d2b6981fa6 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template
index fa73d41afbae..007b7028ca34 100644
--- a/srcpkgs/git-absorb/template
+++ b/srcpkgs/git-absorb/template
@@ -1,6 +1,6 @@
 # Template file for 'git-absorb'
 pkgname=git-absorb
-version=0.6.6
+version=0.6.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,8 +9,8 @@ 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] git-absorb: update to 0.6.7.
  2022-07-04 17:21 [PR PATCH] git-absorb: update to 0.6.7 classabbyamp
@ 2022-07-04 17:33 ` classabbyamp
  2022-07-04 17:54 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-07-04 17:33 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: git-absorb: update to 0.6.7.
  2022-07-04 17:21 [PR PATCH] git-absorb: update to 0.6.7 classabbyamp
  2022-07-04 17:33 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-07-04 17:54 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-07-04 17:54 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-04 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 17:21 [PR PATCH] git-absorb: update to 0.6.7 classabbyamp
2022-07-04 17:33 ` [PR PATCH] [Updated] " classabbyamp
2022-07-04 17:54 ` [PR PATCH] [Merged]: " classabbyamp

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).