Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku: update to 0.15.1; fix update check
@ 2020-05-16 14:00 not-chicken
  2020-05-16 14:06 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: not-chicken @ 2020-05-16 14:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages Komikku
https://github.com/void-linux/void-packages/pull/22014

Komikku: update to 0.15.1; fix update check
Updates were being checked on https://gitlab.com/valos/Komikku/tags before which doesn't exist.

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

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

From 60ffed53c865d1ebc7eb3ed788b4ecc331db48f9 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sat, 16 May 2020 19:22:15 +0530
Subject: [PATCH] Komikku: update to 0.15.1; fix update check

---
 srcpkgs/Komikku/template | 4 ++--
 srcpkgs/Komikku/update   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/Komikku/update

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 833b2fa43eb..9822ee43fc8 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.15.0
+version=0.15.1
 revision=1
 archs=noarch
 wrksrc=Komikku-v${version}
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=4c56c9e22d201fbafbae1491c44f7a48a02d990897cf5562d17f9af6e5918ac8
+checksum=983641da25a6d3158e3fc248d450ec1219a22af014803e49a71a56736919feeb
diff --git a/srcpkgs/Komikku/update b/srcpkgs/Komikku/update
new file mode 100644
index 00000000000..fcc02e65555
--- /dev/null
+++ b/srcpkgs/Komikku/update
@@ -0,0 +1 @@
+site="$homepage/-/tags"

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

* Re: Komikku: update to 0.15.1; fix update check
  2020-05-16 14:00 [PR PATCH] Komikku: update to 0.15.1; fix update check not-chicken
@ 2020-05-16 14:06 ` Chocimier
  2020-05-16 14:09 ` not-chicken
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-05-16 14:06 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/22014#issuecomment-629651227

Comment:
I guess default update address in xbps-src needs to be adjusted then.

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

* Re: Komikku: update to 0.15.1; fix update check
  2020-05-16 14:00 [PR PATCH] Komikku: update to 0.15.1; fix update check not-chicken
  2020-05-16 14:06 ` Chocimier
@ 2020-05-16 14:09 ` not-chicken
  2020-05-16 15:38 ` [PR PATCH] [Updated] " not-chicken
  2020-05-18 21:13 ` [PR PATCH] [Merged]: Komikku: update to 0.15.1 Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: not-chicken @ 2020-05-16 14:09 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/22014#issuecomment-629651665

Comment:
Ah yep. All gitlab hosted packages have broken update checks atm I guess.

-------- Original Message --------
On 16 May 2020, 7:36 pm, Piotr wrote:

> I guess default update address in xbps-src needs to be adjusted then.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, [view it on GitHub](https://github.com/void-linux/void-packages/pull/22014#issuecomment-629651227), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AMBCG6BGXSQIUUAXJLKEOD3RR2MVNANCNFSM4NC5YFMA).

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.15.1; fix update check
  2020-05-16 14:00 [PR PATCH] Komikku: update to 0.15.1; fix update check not-chicken
  2020-05-16 14:06 ` Chocimier
  2020-05-16 14:09 ` not-chicken
@ 2020-05-16 15:38 ` not-chicken
  2020-05-18 21:13 ` [PR PATCH] [Merged]: Komikku: update to 0.15.1 Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: not-chicken @ 2020-05-16 15:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages Komikku
https://github.com/void-linux/void-packages/pull/22014

Komikku: update to 0.15.1; fix update check
Updates were being checked on https://gitlab.com/valos/Komikku/tags before which doesn't exist.

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

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

From 9de67011e8a7e86e956367cc02a316c4c14c12c0 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sat, 16 May 2020 19:22:15 +0530
Subject: [PATCH] Komikku: update to 0.15.1

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 833b2fa43eb..9822ee43fc8 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.15.0
+version=0.15.1
 revision=1
 archs=noarch
 wrksrc=Komikku-v${version}
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=4c56c9e22d201fbafbae1491c44f7a48a02d990897cf5562d17f9af6e5918ac8
+checksum=983641da25a6d3158e3fc248d450ec1219a22af014803e49a71a56736919feeb

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

* Re: [PR PATCH] [Merged]: Komikku: update to 0.15.1
  2020-05-16 14:00 [PR PATCH] Komikku: update to 0.15.1; fix update check not-chicken
                   ` (2 preceding siblings ...)
  2020-05-16 15:38 ` [PR PATCH] [Updated] " not-chicken
@ 2020-05-18 21:13 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-05-18 21:13 UTC (permalink / raw)
  To: ml

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

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

Komikku: update to 0.15.1
https://github.com/void-linux/void-packages/pull/22014

Description:
Updates were being checked on https://gitlab.com/valos/Komikku/tags before which doesn't exist.

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

end of thread, other threads:[~2020-05-18 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 14:00 [PR PATCH] Komikku: update to 0.15.1; fix update check not-chicken
2020-05-16 14:06 ` Chocimier
2020-05-16 14:09 ` not-chicken
2020-05-16 15:38 ` [PR PATCH] [Updated] " not-chicken
2020-05-18 21:13 ` [PR PATCH] [Merged]: Komikku: update to 0.15.1 Chocimier

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