George Hu pushed to branch main at Arch Linux / Packaging / Packages /
btrfs-assistant
Commits:
235f7187 by George Hu at 2025-09-19T21:15:47+08:00
Remove redundant architecture
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,6 @@ pkgbase = btrfs-assistant
pkgrel = 1
url = https://gitlab.com/btrfs-assistant/btrfs-assistant
arch = x86_64
- arch = aarch64
license = GPL-3.0-or-later
makedepends = cmake
makedepends = qt6-tools
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=btrfs-assistant
pkgver=2.2
pkgrel=1
pkgdesc="An application for managing BTRFS subvolumes and Snapper snapshots"
-arch=('x86_64' 'aarch64')
+arch=('x86_64')
url="https://gitlab.com/$pkgname/$pkgname"
license=('GPL-3.0-or-later')
depends=('qt6-base' 'qt6-svg' 'ttf-font' 'polkit' 'util-linux' 'btrfs-progs'
'diffutils')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-assistant/-/commit/235f7187831c284febd0965be8a992451a3e9bcb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-assistant/-/commit/235f7187831c284febd0965be8a992451a3e9bcb
You're receiving this email because of your account on gitlab.archlinux.org.