Github messages for voidlinux
 help / color / mirror / Atom feed
From: Zapeth <Zapeth@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] unrar: update to 6.2.10
Date: Wed, 06 Sep 2023 22:26:53 +0200	[thread overview]
Message-ID: <20230906202653.eMMZjnOTwG_CF-aLphiJw-XnoXwkNWYS6QKv3zVhJ4w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45870@inbox.vuxu.org>

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

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

https://github.com/Zapeth/void-packages update-unrar
https://github.com/void-linux/void-packages/pull/45870

unrar: update to 6.2.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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, x86_64 glibc


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

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

From a349ea4dc5a8b42eec5d62e25504fc70a33deb07 Mon Sep 17 00:00:00 2001
From: Zapeth <steami@live.at>
Date: Fri, 1 Sep 2023 15:57:37 +0000
Subject: [PATCH] unrar: update to 6.2.10

---
 srcpkgs/unrar/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index 4eb5b5eb404a3..539523c5d1de2 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,13 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.5
+version=6.2.10
 revision=1
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c
+checksum=55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
 repository=nonfree
 
 do_build() {
@@ -17,7 +17,9 @@ do_build() {
 	make CXX="$CXX" LD="$LD" STRIP=: -f makefile
 	# early install of unrar because makefile deletes unrar on lib creation
 	vbin unrar
-	make -d CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
+	# recompile for lib
+	make clean
+	make CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
 }
 
 do_install() {

  parent reply	other threads:[~2023-09-06 20:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 16:07 [PR PATCH] " Zapeth
2023-09-05 19:24 ` leahneukirchen
2023-09-06 20:26 ` Zapeth [this message]
2023-09-06 20:27 ` [PR PATCH] [Updated] " Zapeth
2023-09-06 20:28 ` Zapeth
2023-09-06 20:31 ` Zapeth
2023-09-07 12:16 ` [PR PATCH] [Merged]: " leahneukirchen

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=20230906202653.eMMZjnOTwG_CF-aLphiJw-XnoXwkNWYS6QKv3zVhJ4w@z \
    --to=zapeth@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).