Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / unrar
Commits:
b90561a4 by Antonio Rojas at 2024-02-28T10:42:31+01:00
upgpkg: 1:7.0.7-1: Update to 7.0.7
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = unrar
- pkgver = 6.2.12
+ pkgver = 7.0.7
pkgrel = 1
epoch = 1
url = https://www.rarlab.com/rar_add.htm
arch = x86_64
- license = custom
+ license = LicenseRef-UnRAR
depends = gcc-libs
depends = glibc
- source = https://www.rarlab.com/rar/unrarsrc-6.2.12.tar.gz
- sha256sums =
a008b5f949bca9bb4ffa1bebbfc8b3c14b89df10a10354809b845232d5f582e5
+ source = https://www.rarlab.com/rar/unrarsrc-7.0.7.tar.gz
+ sha256sums =
da95829c7e66fe461c06eb4bea8145e58d88d76909432d0875cd1ff86669f728
pkgname = libunrar
pkgdesc = Library and header file for applications that use libunrar
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[unrar]
source = 'regex'
url = 'https://www.rarlab.com/rar_add.htm'
-regex = '"rar/unrarsrc-([\d.]+).tar.gz">UnRAR release source'
+regex = 'rar/unrarsrc-([\d.]+).tar.gz'
=====================================
PKGBUILD
=====================================
@@ -5,16 +5,16 @@
pkgbase=unrar
pkgname=(libunrar
unrar)
-pkgver=6.2.12
+pkgver=7.0.7
pkgrel=1
epoch=1
arch=(x86_64)
url='https://www.rarlab.com/rar_add.htm'
depends=(gcc-libs
glibc)
-license=(custom)
+license=(LicenseRef-UnRAR)
source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
-sha256sums=('a008b5f949bca9bb4ffa1bebbfc8b3c14b89df10a10354809b845232d5f582e5')
+sha256sums=('da95829c7e66fe461c06eb4bea8145e58d88d76909432d0875cd1ff86669f728')
prepare() {
sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build
flags
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/unrar/-/commit/b90561a4b6929692385d409a1c7fe8d787676042
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/unrar/-/commit/b90561a4b6929692385d409a1c7fe8d787676042
You're receiving this email because of your account on gitlab.archlinux.org.