Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stfl: change upstream url
@ 2023-01-02 11:35 pascal-huber
  2023-01-02 11:57 ` [PR PATCH] [Updated] " pascal-huber
  2023-01-02 20:30 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: pascal-huber @ 2023-01-02 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages stfl
https://github.com/void-linux/void-packages/pull/41406

stfl: change upstream url
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - armv7l
  
 #### Notes
 - Addresses #39072


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

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

From e5ce1be94d334a7fb07f39c01ca57a76f57be870 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Mon, 2 Jan 2023 12:28:02 +0100
Subject: [PATCH] stfl: change upstream url

---
 srcpkgs/stfl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template
index 0d970c9d2c26..95adca736c3f 100644
--- a/srcpkgs/stfl/template
+++ b/srcpkgs/stfl/template
@@ -1,15 +1,15 @@
 # Template file for 'stfl'
 pkgname=stfl
 version=0.24
-revision=4
+revision=5
 build_style=gnu-makefile
 hostmakedepends="swig"
 makedepends="ncurses-devel"
 short_desc="Curses-based widget set for text terminals"
 maintainer="Logen K <logen@sudotask.com>"
 license="GPL-3.0-or-later"
-homepage="http://www.clifford.at/stfl/"
-distfiles="http://www.clifford.at/${pkgname}/${pkgname}-${version}.tar.gz"
+homepage="http://bygone.clairexen.net/stfl/"
+distfiles="http://bygone.clairexen.net/stfl/stfl-${version}.tar.gz"
 checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
 
 post_install() {

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

* Re: [PR PATCH] [Updated] stfl: change upstream url
  2023-01-02 11:35 [PR PATCH] stfl: change upstream url pascal-huber
@ 2023-01-02 11:57 ` pascal-huber
  2023-01-02 20:30 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: pascal-huber @ 2023-01-02 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages stfl
https://github.com/void-linux/void-packages/pull/41406

stfl: change upstream url
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - armv7l
  
 #### Notes
 - Addresses #39072


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

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

From b09aa1e96e7c46001f4d1e4704992dc0725a2f5e Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Mon, 2 Jan 2023 12:28:02 +0100
Subject: [PATCH] stfl: change upstream url

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

diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template
index 0d970c9d2c26..c1326ed31e89 100644
--- a/srcpkgs/stfl/template
+++ b/srcpkgs/stfl/template
@@ -8,8 +8,8 @@ makedepends="ncurses-devel"
 short_desc="Curses-based widget set for text terminals"
 maintainer="Logen K <logen@sudotask.com>"
 license="GPL-3.0-or-later"
-homepage="http://www.clifford.at/stfl/"
-distfiles="http://www.clifford.at/${pkgname}/${pkgname}-${version}.tar.gz"
+homepage="http://bygone.clairexen.net/stfl/"
+distfiles="http://bygone.clairexen.net/stfl/stfl-${version}.tar.gz"
 checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: stfl: change upstream url
  2023-01-02 11:35 [PR PATCH] stfl: change upstream url pascal-huber
  2023-01-02 11:57 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-01-02 20:30 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-01-02 20:30 UTC (permalink / raw)
  To: ml

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

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

stfl: change upstream url
https://github.com/void-linux/void-packages/pull/41406

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - armv7l
  
 #### Notes
 - Addresses #39072


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

end of thread, other threads:[~2023-01-02 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02 11:35 [PR PATCH] stfl: change upstream url pascal-huber
2023-01-02 11:57 ` [PR PATCH] [Updated] " pascal-huber
2023-01-02 20:30 ` [PR PATCH] [Merged]: " paper42

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