George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
7zip


Commits:
c09b9b2c by George Rawlinson at 2026-02-08T08:54:14+00:00
reuse: simplify conf

- - - - -
725779fc by George Rawlinson at 2026-02-08T08:58:53+00:00
build: add aarch64 support

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -4,10 +4,10 @@ pkgbase = 7zip
        pkgrel = 1
        url = https://www.7-zip.org
        arch = x86_64
+       arch = aarch64
        license = LGPL-2.1-or-later
        license = BSD-3-Clause
        license = LicenseRef-UnRAR
-       makedepends = uasm
        depends = glibc
        depends = gcc-libs
        depends = sh
@@ -15,6 +15,8 @@ pkgbase = 7zip
        conflicts = p7zip
        replaces = p7zip
        source = https://7-zip.org/a/7z2501-src.tar.xz
-       sha256sums = 
ed087f83ee789c1ea5f39c464c55a5c9d4008deb0efe900814f2df262b82c36e
+       sha512sums = 
5ee146ce993c6d12ad19333dc3545e6c3429212260c22d456390e49ca150e6fcbfc6eae45b5ec61138ae1598d7b4a79d6f2e3ff02929af38039c0ca59823e729
+       b2sums = 
4625869325d2f73553a79c5da59b0c5924a6e744a23d62d108edeeb15c164c812b38c25d386dab73917be1be0daf2701c60adf6fcdffe853ea946525915bbcf7
+       makedepends_x86_64 = uasm
 
 pkgname = 7zip


=====================================
PKGBUILD
=====================================
@@ -3,17 +3,18 @@
 pkgname=7zip
 pkgver=25.01
 pkgrel=1
-pkgdesc="File archiver for extremely high compression"
-arch=('x86_64')
-url="https://www.7-zip.org";
-license=('LGPL-2.1-or-later' 'BSD-3-Clause' 'LicenseRef-UnRAR')
-depends=('glibc' 'gcc-libs' 'sh')
-makedepends=('uasm')
-provides=('p7zip')
-conflicts=('p7zip')
-replaces=('p7zip')
+pkgdesc='File archiver for extremely high compression'
+arch=(x86_64 aarch64)
+url='https://www.7-zip.org'
+license=(LGPL-2.1-or-later BSD-3-Clause LicenseRef-UnRAR)
+depends=(glibc gcc-libs sh)
+makedepends_x86_64=(uasm)
+provides=(p7zip)
+conflicts=(p7zip)
+replaces=(p7zip)
 source=(https://7-zip.org/a/7z${pkgver//./}-src.tar.xz)
-sha256sums=('ed087f83ee789c1ea5f39c464c55a5c9d4008deb0efe900814f2df262b82c36e')
+sha512sums=('5ee146ce993c6d12ad19333dc3545e6c3429212260c22d456390e49ca150e6fcbfc6eae45b5ec61138ae1598d7b4a79d6f2e3ff02929af38039c0ca59823e729')
+b2sums=('4625869325d2f73553a79c5da59b0c5924a6e744a23d62d108edeeb15c164c812b38c25d386dab73917be1be0daf2701c60adf6fcdffe853ea946525915bbcf7')
 
 build() {
   local _platform_flags=()


=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/7zip/-/compare/426b40cb5500211b579539df80e02c4578c9ec33...725779fcbe8a8f39ccdff67becbf0781564c72b8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/7zip/-/compare/426b40cb5500211b579539df80e02c4578c9ec33...725779fcbe8a8f39ccdff67becbf0781564c72b8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to