Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zsh-completions: update to 0.34.0.
@ 2022-07-12 13:49 crater2150
  2022-07-12 14:09 ` ishaanbhimwal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: crater2150 @ 2022-07-12 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/crater2150/void-packages zsh-completions
https://github.com/void-linux/void-packages/pull/38025

zsh-completions: update to 0.34.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

`cheat` completions have been removed upstream, deletion no longer necessary.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-completions-38025.patch --]
[-- Type: text/x-diff, Size: 1331 bytes --]

From 3d67d96eeadc48152dea6d1177df98145f465143 Mon Sep 17 00:00:00 2001
From: Alexander Gehrke <void@qwertyuiop.de>
Date: Tue, 12 Jul 2022 15:44:53 +0200
Subject: [PATCH] zsh-completions: update to 0.34.0.

---
 srcpkgs/zsh-completions/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zsh-completions/template b/srcpkgs/zsh-completions/template
index dfbb5cde85b8..407a9ad1a948 100644
--- a/srcpkgs/zsh-completions/template
+++ b/srcpkgs/zsh-completions/template
@@ -1,6 +1,6 @@
 # Template file for 'zsh-completions'
 pkgname=zsh-completions
-version=0.33.0
+version=0.34.0
 revision=2
 depends="zsh"
 short_desc="Additional completions for Zsh"
@@ -8,7 +8,7 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
 license="BSD-3-Clause, Apache-2.0, MIT"
 homepage="https://github.com/zsh-users/zsh-completions"
 distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=39452d383d0718aa2c830edba1aa32f0ee1e40002ef6932d88699a888bd58c29
+checksum=21b6c194b15ae3992f4c2340ab249aa326a9874d46e3130bb3f292142c217fe2
 
 post_patch() {
 	rm -f src/_composer
@@ -16,7 +16,6 @@ post_patch() {
 
 do_install() {
 	vmkdir usr/share/zsh/site-functions/
-	rm src/_cheat # cheat package includes better one
 	vcopy src/_* usr/share/zsh/site-functions/
 	vlicense LICENSE
 }

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

* Re: zsh-completions: update to 0.34.0.
  2022-07-12 13:49 [PR PATCH] zsh-completions: update to 0.34.0 crater2150
@ 2022-07-12 14:09 ` ishaanbhimwal
  2022-07-13 12:33 ` [PR PATCH] [Updated] " crater2150
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ishaanbhimwal @ 2022-07-12 14:09 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38025#issuecomment-1181808634

Comment:
`revision` should be set to 1 since it's a change in the package version

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

* Re: [PR PATCH] [Updated] zsh-completions: update to 0.34.0.
  2022-07-12 13:49 [PR PATCH] zsh-completions: update to 0.34.0 crater2150
  2022-07-12 14:09 ` ishaanbhimwal
@ 2022-07-13 12:33 ` crater2150
  2022-07-13 12:33 ` crater2150
  2022-07-14 18:28 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: crater2150 @ 2022-07-13 12:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/crater2150/void-packages zsh-completions
https://github.com/void-linux/void-packages/pull/38025

zsh-completions: update to 0.34.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

`cheat` completions have been removed upstream, deletion no longer necessary.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-completions-38025.patch --]
[-- Type: text/x-diff, Size: 1332 bytes --]

From 97ec63f40be29912e417a962a06ebf31b51c503a Mon Sep 17 00:00:00 2001
From: Alexander Gehrke <void@qwertyuiop.de>
Date: Tue, 12 Jul 2022 15:44:53 +0200
Subject: [PATCH] zsh-completions: update to 0.34.0.

---
 srcpkgs/zsh-completions/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zsh-completions/template b/srcpkgs/zsh-completions/template
index dfbb5cde85b8..4d21a3cb62ad 100644
--- a/srcpkgs/zsh-completions/template
+++ b/srcpkgs/zsh-completions/template
@@ -1,14 +1,14 @@
 # Template file for 'zsh-completions'
 pkgname=zsh-completions
-version=0.33.0
-revision=2
+version=0.34.0
+revision=1
 depends="zsh"
 short_desc="Additional completions for Zsh"
 maintainer="Alexander Gehrke <void@qwertyuiop.de>"
 license="BSD-3-Clause, Apache-2.0, MIT"
 homepage="https://github.com/zsh-users/zsh-completions"
 distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=39452d383d0718aa2c830edba1aa32f0ee1e40002ef6932d88699a888bd58c29
+checksum=21b6c194b15ae3992f4c2340ab249aa326a9874d46e3130bb3f292142c217fe2
 
 post_patch() {
 	rm -f src/_composer
@@ -16,7 +16,6 @@ post_patch() {
 
 do_install() {
 	vmkdir usr/share/zsh/site-functions/
-	rm src/_cheat # cheat package includes better one
 	vcopy src/_* usr/share/zsh/site-functions/
 	vlicense LICENSE
 }

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

* Re: zsh-completions: update to 0.34.0.
  2022-07-12 13:49 [PR PATCH] zsh-completions: update to 0.34.0 crater2150
  2022-07-12 14:09 ` ishaanbhimwal
  2022-07-13 12:33 ` [PR PATCH] [Updated] " crater2150
@ 2022-07-13 12:33 ` crater2150
  2022-07-14 18:28 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: crater2150 @ 2022-07-13 12:33 UTC (permalink / raw)
  To: ml

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

New comment by crater2150 on void-packages repository

https://github.com/void-linux/void-packages/pull/38025#issuecomment-1183166507

Comment:
Ah of course, fixed.

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

* Re: [PR PATCH] [Merged]: zsh-completions: update to 0.34.0.
  2022-07-12 13:49 [PR PATCH] zsh-completions: update to 0.34.0 crater2150
                   ` (2 preceding siblings ...)
  2022-07-13 12:33 ` crater2150
@ 2022-07-14 18:28 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-07-14 18:28 UTC (permalink / raw)
  To: ml

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

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

zsh-completions: update to 0.34.0.
https://github.com/void-linux/void-packages/pull/38025

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

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

`cheat` completions have been removed upstream, deletion no longer necessary.

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

end of thread, other threads:[~2022-07-14 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12 13:49 [PR PATCH] zsh-completions: update to 0.34.0 crater2150
2022-07-12 14:09 ` ishaanbhimwal
2022-07-13 12:33 ` [PR PATCH] [Updated] " crater2150
2022-07-13 12:33 ` crater2150
2022-07-14 18:28 ` [PR PATCH] [Merged]: " leahneukirchen

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