Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] protonvpn-cli: change to new upstream
@ 2020-05-20  4:05 HadetTheUndying
  2020-05-20  7:19 ` Piraty
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: HadetTheUndying @ 2020-05-20  4:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages protonvpn-upstreamchange
https://github.com/void-linux/void-packages/pull/22145

protonvpn-cli: change to new upstream
ProtonVPN's upstream address changed, I have updated the template to make packaging it in the future less of a headache for the next release.

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

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

From 3c1eac1be7442c3dde0d688d6cb97e296ee23d3d Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Tue, 19 May 2020 23:01:45 -0500
Subject: [PATCH] protonvpn-cli: change to new upstream

---
 srcpkgs/protonvpn-cli/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index 2f9d1035da2..a0dd8310635 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,9 +1,9 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.2
-revision=1
+revision=2
 archs=noarch
-wrksrc="${pkgname}-ng-${version}"
+wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
@@ -11,6 +11,6 @@ depends="openvpn python3-pythondialog python3-docopt python3-requests"
 short_desc="Linux command-line client for ProtonVPN written in Python"
 maintainer="svenper <svenper@tuta.io>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/ProtonVPN/protonvpn-cli-ng"
-distfiles="https://github.com/ProtonVPN/protonvpn-cli-ng/archive/v${version}.tar.gz"
-checksum=c6aec40b40602f0d577097728cacd2080c2206da04625d707ab4a39ba9c2153a
+homepage="https://github.com/ProtonVPN/linux-cli"
+distfiles="https://github.com/ProtonVPN/linux-cli/archive/v${version}.tar.gz"
+checksum=7d4d8c10e8c05626a17bfc901b287b847944ae1c0d09859ef6c3992c924a114f

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

* Re: protonvpn-cli: change to new upstream
  2020-05-20  4:05 [PR PATCH] protonvpn-cli: change to new upstream HadetTheUndying
@ 2020-05-20  7:19 ` Piraty
  2020-05-20  7:19 ` Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-05-20  7:19 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22145#issuecomment-631286737

Comment:
a rebuild is not necessary i guess, so please don't revbump the package

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

* Re: protonvpn-cli: change to new upstream
  2020-05-20  4:05 [PR PATCH] protonvpn-cli: change to new upstream HadetTheUndying
  2020-05-20  7:19 ` Piraty
@ 2020-05-20  7:19 ` Piraty
  2020-05-20 18:45 ` [PR PATCH] [Updated] " HadetTheUndying
  2020-05-20 19:40 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-05-20  7:19 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22145#issuecomment-631286737

Comment:
a rebuild is not necessary i guess, so please don't revbump the package

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

* Re: [PR PATCH] [Updated] protonvpn-cli: change to new upstream
  2020-05-20  4:05 [PR PATCH] protonvpn-cli: change to new upstream HadetTheUndying
  2020-05-20  7:19 ` Piraty
  2020-05-20  7:19 ` Piraty
@ 2020-05-20 18:45 ` HadetTheUndying
  2020-05-20 19:40 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: HadetTheUndying @ 2020-05-20 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages protonvpn-upstreamchange
https://github.com/void-linux/void-packages/pull/22145

protonvpn-cli: change to new upstream
ProtonVPN's upstream address changed, I have updated the template to make packaging it in the future less of a headache for the next release.

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

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

From 2bc853e738196a043a7063766cb871dea1b4b9bf Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Tue, 19 May 2020 23:01:45 -0500
Subject: [PATCH] protonvpn-cli: change to new upstream

---
 srcpkgs/protonvpn-cli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index 2f9d1035da2..72dda1f7ca3 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -3,7 +3,7 @@ pkgname=protonvpn-cli
 version=2.2.2
 revision=1
 archs=noarch
-wrksrc="${pkgname}-ng-${version}"
+wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
@@ -11,6 +11,6 @@ depends="openvpn python3-pythondialog python3-docopt python3-requests"
 short_desc="Linux command-line client for ProtonVPN written in Python"
 maintainer="svenper <svenper@tuta.io>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/ProtonVPN/protonvpn-cli-ng"
-distfiles="https://github.com/ProtonVPN/protonvpn-cli-ng/archive/v${version}.tar.gz"
-checksum=c6aec40b40602f0d577097728cacd2080c2206da04625d707ab4a39ba9c2153a
+homepage="https://github.com/ProtonVPN/linux-cli"
+distfiles="https://github.com/ProtonVPN/linux-cli/archive/v${version}.tar.gz"
+checksum=7d4d8c10e8c05626a17bfc901b287b847944ae1c0d09859ef6c3992c924a114f

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

* Re: [PR PATCH] [Merged]: protonvpn-cli: change to new upstream
  2020-05-20  4:05 [PR PATCH] protonvpn-cli: change to new upstream HadetTheUndying
                   ` (2 preceding siblings ...)
  2020-05-20 18:45 ` [PR PATCH] [Updated] " HadetTheUndying
@ 2020-05-20 19:40 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-05-20 19:40 UTC (permalink / raw)
  To: ml

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

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

protonvpn-cli: change to new upstream
https://github.com/void-linux/void-packages/pull/22145

Description:
ProtonVPN's upstream address changed, I have updated the template to make packaging it in the future less of a headache for the next release.

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

end of thread, other threads:[~2020-05-20 19:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  4:05 [PR PATCH] protonvpn-cli: change to new upstream HadetTheUndying
2020-05-20  7:19 ` Piraty
2020-05-20  7:19 ` Piraty
2020-05-20 18:45 ` [PR PATCH] [Updated] " HadetTheUndying
2020-05-20 19:40 ` [PR PATCH] [Merged]: " Hoshpak

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