Github messages for voidlinux
 help / color / mirror / Atom feed
From: gi-yt <gi-yt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] update nheko to version 0.11.3
Date: Wed, 12 Apr 2023 08:50:11 +0200	[thread overview]
Message-ID: <20230412065011.HMgmnaRJ06yH5XUfeqQbVglpKVcEVrZJwT23Xe53zTM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43390@inbox.vuxu.org>

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

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

https://github.com/gi-yt/void-packages master
https://github.com/void-linux/void-packages/pull/43390

update nheko to version 0.11.3
<!-- 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**
-->

<!-- 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, (amd64-glibc)

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

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

From ffc4006da6b3bd142953540cec9327433513cdb5 Mon Sep 17 00:00:00 2001
From: Arya Kiran <arya@projectsegfau.lt>
Date: Tue, 11 Apr 2023 20:57:44 +0530
Subject: [PATCH 1/2] update nheko to version 0.11.3

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

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
index 6bcbeb17bd63..867dcd209ce2 100644
--- a/srcpkgs/nheko/template
+++ b/srcpkgs/nheko/template
@@ -1,6 +1,6 @@
 # Template file for 'nheko'
 pkgname=nheko
-version=0.11.1
+version=0.11.3
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative asciidoc"
@@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://nheko-reborn.github.io"
 changelog="https://raw.githubusercontent.com/Nheko-Reborn/nheko/master/CHANGELOG.md"
 distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
-checksum=a84d6f3a6d17ff0b6ffd07804804bbebb1191e4243f00b9b49b00891e8023b6a
+checksum=f285156884a3a0c6870f3fba89c13d1fd70c8727bd179d8310b13819f8a63a37
 
 case "$XBPS_TARGET_MACHINE" in
 	armv*-musl)

From 9a204cbb0c166c1b186e62f8c2a028962cda9f1a Mon Sep 17 00:00:00 2001
From: Arya Kiran <arya@projectsegfau.lt>
Date: Wed, 12 Apr 2023 12:19:58 +0530
Subject: [PATCH 2/2] mtxclient: update to 0.9.2

---
 common/shlibs              | 2 +-
 srcpkgs/mtxclient/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 39fed5ffbcf5..b2888ed3e738 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -424,7 +424,7 @@ libField3D.so.1.7 Field3D-1.7.3_1
 libMAC.so.6 libMAC-5.28_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.7 libmatroska-1.6.0_1
-libmatrix_client.so.0.9.1 mtxclient-0.9.1_1
+libmatrix_client.so.0.9.2 mtxclient-0.9.2_1
 libebml.so.5 libebml-1.4.0_1
 libdvdread.so.8 libdvdread-6.1.1_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
index cfd7c987119b..c7a328ed8fb0 100644
--- a/srcpkgs/mtxclient/template
+++ b/srcpkgs/mtxclient/template
@@ -1,6 +1,6 @@
 # Template file for 'mtxclient'
 pkgname=mtxclient
-version=0.9.1
+version=0.9.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/Nheko-Reborn/mtxclient"
 changelog="https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/CHANGELOG.md"
 distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
-checksum=bae82daa019ecdedb2433177b3d973b72f337d14e7a4f480a490559235391005
+checksum=f55827fdba226c6fc409cf000c72b13cc6d069ec1300283a7239aa19c90c5f56
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2023-04-12  6:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11 15:29 [PR PATCH] " gi-yt
2023-04-11 17:47 ` balejk
2023-04-12  6:50 ` gi-yt [this message]
2023-04-12  6:52 ` gi-yt
2023-06-25 17:59 ` [PR PATCH] [Closed]: nheko: update to 0.11.3 Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230412065011.HMgmnaRJ06yH5XUfeqQbVglpKVcEVrZJwT23Xe53zTM@z \
    --to=gi-yt@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).