Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xonotic-data-low: fix dead distfiles
@ 2023-07-27  1:19 Francisco-Galindo
  2023-07-28  4:52 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Francisco-Galindo @ 2023-07-27  1:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Francisco-Galindo/void-packages xonotic-data-low-distfiles
https://github.com/void-linux/void-packages/pull/45268

xonotic-data-low: fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

Adresses #42403
<!-- 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/45268.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonotic-data-low-distfiles-45268.patch --]
[-- Type: text/x-diff, Size: 1046 bytes --]

From afeb0849e94830da11ddd184726728130fca2702 Mon Sep 17 00:00:00 2001
From: Francisco-Galindo <paqui10718@gmail.com>
Date: Wed, 26 Jul 2023 19:17:38 -0600
Subject: [PATCH] xonotic-data-low: fix dead distfiles

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

diff --git a/srcpkgs/xonotic-data-low/template b/srcpkgs/xonotic-data-low/template
index 54036b465590a..c7baf33563437 100644
--- a/srcpkgs/xonotic-data-low/template
+++ b/srcpkgs/xonotic-data-low/template
@@ -1,13 +1,13 @@
 # Template file for 'xonotic-data-low'
 pkgname=xonotic-data-low
 version=0.8.2
-revision=2
+revision=3
 hostmakedepends="unzip"
 short_desc="Xonotic's Lower Quality data files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://xonotic.org"
-distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
+distfiles="https://dl.xonotic.org/xonotic-${version}-low.zip"
 checksum=9104af674077f7a64450dd98ad659cb3ed4f640c7eb549bb2f5f64d354231e64
 
 replaces="xonotic-data>=0"

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

* Re: [PR REVIEW] xonotic-data-low: fix dead distfiles
  2023-07-27  1:19 [PR PATCH] xonotic-data-low: fix dead distfiles Francisco-Galindo
@ 2023-07-28  4:52 ` classabbyamp
  2023-07-28  6:28 ` [PR PATCH] [Updated] " Francisco-Galindo
  2023-07-28  6:33 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-28  4:52 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45268#discussion_r1277086781

Comment:
we don't need to revbump if the checksum is the same, there shouldn't be a change in the resulting package

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

* Re: [PR PATCH] [Updated] xonotic-data-low: fix dead distfiles
  2023-07-27  1:19 [PR PATCH] xonotic-data-low: fix dead distfiles Francisco-Galindo
  2023-07-28  4:52 ` [PR REVIEW] " classabbyamp
@ 2023-07-28  6:28 ` Francisco-Galindo
  2023-07-28  6:33 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Francisco-Galindo @ 2023-07-28  6:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Francisco-Galindo/void-packages xonotic-data-low-distfiles
https://github.com/void-linux/void-packages/pull/45268

xonotic-data-low: fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

Adresses #42403
<!-- 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/45268.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonotic-data-low-distfiles-45268.patch --]
[-- Type: text/x-diff, Size: 909 bytes --]

From 87523cc5f7530fae2b95ae742bff49330649cd28 Mon Sep 17 00:00:00 2001
From: Francisco-Galindo <paqui10718@gmail.com>
Date: Wed, 26 Jul 2023 19:17:38 -0600
Subject: [PATCH] xonotic-data-low: fix dead distfiles

---
 srcpkgs/xonotic-data-low/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonotic-data-low/template b/srcpkgs/xonotic-data-low/template
index 54036b465590a..6088819e163de 100644
--- a/srcpkgs/xonotic-data-low/template
+++ b/srcpkgs/xonotic-data-low/template
@@ -7,7 +7,7 @@ short_desc="Xonotic's Lower Quality data files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://xonotic.org"
-distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
+distfiles="https://dl.xonotic.org/xonotic-${version}-low.zip"
 checksum=9104af674077f7a64450dd98ad659cb3ed4f640c7eb549bb2f5f64d354231e64
 
 replaces="xonotic-data>=0"

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

* Re: [PR PATCH] [Merged]: xonotic-data-low: fix dead distfiles
  2023-07-27  1:19 [PR PATCH] xonotic-data-low: fix dead distfiles Francisco-Galindo
  2023-07-28  4:52 ` [PR REVIEW] " classabbyamp
  2023-07-28  6:28 ` [PR PATCH] [Updated] " Francisco-Galindo
@ 2023-07-28  6:33 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-28  6:33 UTC (permalink / raw)
  To: ml

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

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

xonotic-data-low: fix dead distfiles
https://github.com/void-linux/void-packages/pull/45268

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

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

<!--
#### 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**
-->

Adresses #42403
<!-- 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] 4+ messages in thread

end of thread, other threads:[~2023-07-28  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27  1:19 [PR PATCH] xonotic-data-low: fix dead distfiles Francisco-Galindo
2023-07-28  4:52 ` [PR REVIEW] " classabbyamp
2023-07-28  6:28 ` [PR PATCH] [Updated] " Francisco-Galindo
2023-07-28  6:33 ` [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).