From d06948666ea1b5b5b239cb0f44caccbbf41c4f84 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 30 Jul 2025 18:44:47 +0200 Subject: [PATCH] unrar: update to 7.1.10 --- mingw-w64-unrar/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-w64-unrar/PKGBUILD b/mingw-w64-unrar/PKGBUILD index 27c5e5a805..075ebbf147 100644 --- a/mingw-w64-unrar/PKGBUILD +++ b/mingw-w64-unrar/PKGBUILD @@ -3,14 +3,17 @@ _realname=unrar pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=7.1.9 +pkgver=7.1.10 pkgrel=1 pkgdesc='The RAR uncompression program (mingw-w64)' arch=(any) mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://www.rarlab.com/rar_add.htm' msys2_references=( + 'anitya: 13306' + 'archlinux: unrar' "cpe: cpe:/a:rarlab:unrar" + 'gentoo: app-arch/unrar' ) license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-cc-libs") @@ -19,7 +22,7 @@ source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz" 0001-fix-makefile.patch 0002-fix-redefinition.patch 0003-workaround-comsupp-library.patch) -sha256sums=('cbb5c7b65b720e59ffa47b2d00b8d1022a961da7ae1db27b6986c43671719483' +sha256sums=('72a9ccca146174f41876e8b21ab27e973f039c6d10b13aabcb320e7055b9bb98' '3746f9c07b6e41879787de69e9e31bbff2de36832e06a624818337b5c461f7cd' '9882f163dfbf04ad6946e99690799bb5de50894688fbe3f3df00e5c54f74e0b2' '707726b9280d7c929012e0c1d0af26b9fc86b8f3cb13ecd6c867e735adf722ba')