Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-extras: update to 6.5.0.
@ 2023-01-15 19:47 icp1994
  2023-01-15 19:49 ` [PR PATCH] [Updated] " icp1994
  2023-01-16  8:17 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-01-15 19:47 UTC (permalink / raw)
  To: ml

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

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages git-extras
https://github.com/void-linux/void-packages/pull/41670

git-extras: update to 6.5.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-extras-41670.patch --]
[-- Type: text/x-diff, Size: 1384 bytes --]

From a0c983ab4a201c59229a4f1099374c0c8bf6637f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Dec 2022 20:48:23 +0530
Subject: [PATCH] git-extras: update to 6.5.0.

Adopt.
---
 srcpkgs/git-extras/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template
index 1337a3395dd6..411b832986d6 100644
--- a/srcpkgs/git-extras/template
+++ b/srcpkgs/git-extras/template
@@ -1,18 +1,18 @@
 # Template file for 'git-extras'
 pkgname=git-extras
-version=6.3.0
+version=6.5.0
 revision=1
 build_style=gnu-makefile
 depends="bash git"
 short_desc="Little git extras"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/tj/git-extras"
-distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
-checksum=8a218a0c8e10036d5ba14f26b70f994b0d11166b02ef3fed71c593cef026ec3d
+distfiles="https://github.com/tj/git-extras/archive/refs/tags/${version}.tar.gz"
+checksum=eace7a0659749c72abf1cee68c03ea0a77715870d5e321c729e4a231ee359b61
 
 post_patch() {
-	vsed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
+	vsed -i 's|$(SYSCONFDIR)/bash-completion|/usr/share/bash-completion|' Makefile
 	rm -f check_dependencies.sh
 	ln -s /bin/true check_dependencies.sh
 }

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

* Re: [PR PATCH] [Updated] git-extras: update to 6.5.0.
  2023-01-15 19:47 [PR PATCH] git-extras: update to 6.5.0 icp1994
@ 2023-01-15 19:49 ` icp1994
  2023-01-16  8:17 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-01-15 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages git-extras
https://github.com/void-linux/void-packages/pull/41670

git-extras: update to 6.5.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-extras-41670.patch --]
[-- Type: text/x-diff, Size: 1467 bytes --]

From bc24959e4bead6f5f11b362cb108b2ed18532986 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Dec 2022 20:48:23 +0530
Subject: [PATCH] git-extras: update to 6.5.0.

Adopt.
---
 srcpkgs/git-extras/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template
index 1337a3395dd6..35b60c99d9d2 100644
--- a/srcpkgs/git-extras/template
+++ b/srcpkgs/git-extras/template
@@ -1,18 +1,19 @@
 # Template file for 'git-extras'
 pkgname=git-extras
-version=6.3.0
+version=6.5.0
 revision=1
 build_style=gnu-makefile
 depends="bash git"
 short_desc="Little git extras"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/tj/git-extras"
-distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
-checksum=8a218a0c8e10036d5ba14f26b70f994b0d11166b02ef3fed71c593cef026ec3d
+changelog="https://raw.githubusercontent.com/tj/git-extras/master/History.md"
+distfiles="https://github.com/tj/git-extras/archive/refs/tags/${version}.tar.gz"
+checksum=eace7a0659749c72abf1cee68c03ea0a77715870d5e321c729e4a231ee359b61
 
 post_patch() {
-	vsed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
+	vsed -e 's|$(SYSCONFDIR)/bash-completion|/usr/share/bash-completion|' -i Makefile
 	rm -f check_dependencies.sh
 	ln -s /bin/true check_dependencies.sh
 }

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

* Re: [PR PATCH] [Merged]: git-extras: update to 6.5.0.
  2023-01-15 19:47 [PR PATCH] git-extras: update to 6.5.0 icp1994
  2023-01-15 19:49 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-16  8:17 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-01-16  8:17 UTC (permalink / raw)
  To: ml

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

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

git-extras: update to 6.5.0.
https://github.com/void-linux/void-packages/pull/41670

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-01-16  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 19:47 [PR PATCH] git-extras: update to 6.5.0 icp1994
2023-01-15 19:49 ` [PR PATCH] [Updated] " icp1994
2023-01-16  8:17 ` [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).