Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] discord: update to 0.0.39
@ 2023-12-19 18:26 Zzzhekii
  2023-12-20  0:43 ` oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zzzhekii @ 2023-12-19 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zzzhekii/void-packages patch-1
https://github.com/void-linux/void-packages/pull/47834

discord: update to 0.0.39
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bbc312305f2400e8f2baab3b9e7f584a7411a054 Mon Sep 17 00:00:00 2001
From: Zzzhekii <65124207+Zzzhekii@users.noreply.github.com>
Date: Tue, 19 Dec 2023 21:25:59 +0300
Subject: [PATCH] discord: update to 0.0.39

---
 srcpkgs/discord/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index f7500a552281d..df5f29e7ab047 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.38
+version=0.0.39
 revision=1
 archs="x86_64"
 depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"
 homepage="https://discord.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=d22df1b40ac0ff92c3c8688d43f163577b54ec9cecf04e9946e49414d109c83a
+checksum=2992ca07377d85d390929ee6374ad467c4db32f1f61b4fc07f01cf2c0943a6e8
 repository=nonfree
 restricted=yes
 nopie=yes

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

* Re: discord: update to 0.0.39
  2023-12-19 18:26 [PR PATCH] discord: update to 0.0.39 Zzzhekii
@ 2023-12-20  0:43 ` oreo639
  2023-12-20  0:43 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-12-20  0:43 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/47834#issuecomment-1863666566

Comment:
You need to fix the email for the commit (it needs to be a real email and not a noreply email), see:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review

Use:
```
git config --global user.name "username"
git config --global user.email "user@gmail.com"
```
and for `git commit --amend`, use `git commit --amend --reset-author` instead.

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

* Re: discord: update to 0.0.39
  2023-12-19 18:26 [PR PATCH] discord: update to 0.0.39 Zzzhekii
  2023-12-20  0:43 ` oreo639
@ 2023-12-20  0:43 ` oreo639
  2023-12-20  0:47 ` oreo639
  2023-12-22 17:38 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-12-20  0:43 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/47834#issuecomment-1863666566

Comment:
You need to fix the email for the commit (it needs to be a real email and not a noreply email), see:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review

Use:
```
git config --global user.name "username"
git config --global user.email "user@gmail.com"
```
and instead of `git commit --amend`, use `git commit --amend --reset-author`.

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

* Re: discord: update to 0.0.39
  2023-12-19 18:26 [PR PATCH] discord: update to 0.0.39 Zzzhekii
  2023-12-20  0:43 ` oreo639
  2023-12-20  0:43 ` oreo639
@ 2023-12-20  0:47 ` oreo639
  2023-12-22 17:38 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-12-20  0:47 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/47834#issuecomment-1863666566

Comment:
The commit author email needs needs to be a real email and not a noreply email, see for how to update the commit:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review

Use:
```
git config --global user.name "username"
git config --global user.email "user@gmail.com"
```
and instead of `git commit --amend`, use `git commit --amend --reset-author`.

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

* Re: [PR PATCH] [Merged]: discord: update to 0.0.39
  2023-12-19 18:26 [PR PATCH] discord: update to 0.0.39 Zzzhekii
                   ` (2 preceding siblings ...)
  2023-12-20  0:47 ` oreo639
@ 2023-12-22 17:38 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-12-22 17:38 UTC (permalink / raw)
  To: ml

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

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

discord: update to 0.0.39
https://github.com/void-linux/void-packages/pull/47834

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-12-22 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 18:26 [PR PATCH] discord: update to 0.0.39 Zzzhekii
2023-12-20  0:43 ` oreo639
2023-12-20  0:43 ` oreo639
2023-12-20  0:47 ` oreo639
2023-12-22 17:38 ` [PR PATCH] [Merged]: " Duncaen

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