Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ykpers: fix distfile
@ 2022-08-20  7:00 meator
  2022-08-20  7:01 ` [PR PATCH] [Updated] " meator
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: meator @ 2022-08-20  7:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages ykpers
https://github.com/void-linux/void-packages/pull/38789

ykpers: fix distfile
The current version which uses the nonexistent `releases` doesn't build.

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

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

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

From 2cb63b0fc47cb4481a9a4c7b412e72c6b6fb9eb8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 20 Aug 2022 08:57:41 +0200
Subject: [PATCH] ykpers: fix distfile

---
 srcpkgs/ykpers/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ykpers/template b/srcpkgs/ykpers/template
index 37a778dd0bb9..57fe6df47d8e 100644
--- a/srcpkgs/ykpers/template
+++ b/srcpkgs/ykpers/template
@@ -10,7 +10,7 @@ short_desc="Yubikey Personalization Tools cmdline"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="BSD-2-Clause"
 homepage="https://developers.yubico.com/yubikey-personalization/"
-distfiles="https://developers.yubico.com/yubikey-personalization/releases/${pkgname}-${version}.tar.gz"
+distfiles="https://developers.yubico.com/yubikey-personalization/Releases/${pkgname}-${version}.tar.gz"
 checksum=0ec84d0ea862f45a7d85a1a3afe5e60b8da42df211bb7d27a50f486e31a79b93
 
 CFLAGS="-fcommon"

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

* Re: [PR PATCH] [Updated] ykpers: fix distfile
  2022-08-20  7:00 [PR PATCH] ykpers: fix distfile meator
@ 2022-08-20  7:01 ` meator
  2022-08-20  7:02 ` meator
  2022-08-20  7:03 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: meator @ 2022-08-20  7:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages ykpers
https://github.com/void-linux/void-packages/pull/38789

ykpers: fix distfile
The current version which uses the nonexistent `releases` doesn't build.

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

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

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

From e87f70aee833e6050e4fd3ea3edb08ede65580c8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 20 Aug 2022 08:57:41 +0200
Subject: [PATCH] ykpers: fix distfile

---
 srcpkgs/ykpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ykpers/template b/srcpkgs/ykpers/template
index 37a778dd0bb9..9a65028f52d6 100644
--- a/srcpkgs/ykpers/template
+++ b/srcpkgs/ykpers/template
@@ -10,7 +10,7 @@ short_desc="Yubikey Personalization Tools cmdline"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="BSD-2-Clause"
 homepage="https://developers.yubico.com/yubikey-personalization/"
-distfiles="https://developers.yubico.com/yubikey-personalization/releases/${pkgname}-${version}.tar.gz"
+distfiles="https://developers.yubico.com/yubikey-personalization/Releases/${pkgname}-${version}.tar.gz"
 checksum=0ec84d0ea862f45a7d85a1a3afe5e60b8da42df211bb7d27a50f486e31a79b93
 
 CFLAGS="-fcommon"
@@ -38,4 +38,3 @@ libykpers-devel_package() {
 		vmove /usr/lib/pkgconfig
 	}
 }
-

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

* Re: ykpers: fix distfile
  2022-08-20  7:00 [PR PATCH] ykpers: fix distfile meator
  2022-08-20  7:01 ` [PR PATCH] [Updated] " meator
@ 2022-08-20  7:02 ` meator
  2022-08-20  7:03 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: meator @ 2022-08-20  7:02 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/38789#issuecomment-1221246875

Comment:
Deleted the last empty line to make `xlint` happy.

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

* Re: [PR PATCH] [Merged]: ykpers: fix distfile
  2022-08-20  7:00 [PR PATCH] ykpers: fix distfile meator
  2022-08-20  7:01 ` [PR PATCH] [Updated] " meator
  2022-08-20  7:02 ` meator
@ 2022-08-20  7:03 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-20  7:03 UTC (permalink / raw)
  To: ml

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

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

ykpers: fix distfile
https://github.com/void-linux/void-packages/pull/38789

Description:
The current version which uses the nonexistent `releases` doesn't build.

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

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

end of thread, other threads:[~2022-08-20  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20  7:00 [PR PATCH] ykpers: fix distfile meator
2022-08-20  7:01 ` [PR PATCH] [Updated] " meator
2022-08-20  7:02 ` meator
2022-08-20  7:03 ` [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).