George Hu pushed to branch main at Arch Linux / Packaging / Packages /
btrfs-assistant
Commits:
edc9463c by George Hu at 2025-09-19T21:17:39+08:00
Format PKGBUILD
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@ pkgver=2.2
pkgrel=1
pkgdesc="An application for managing BTRFS subvolumes and Snapper snapshots"
arch=('x86_64')
-url="https://gitlab.com/$pkgname/$pkgname"
+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')
optdepends=('snapper' 'btrfsmaintenance' 'qt6-wayland')
makedepends=('cmake' 'qt6-tools')
-backup=(etc/btrfs-assistant.conf)
-source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+backup=("etc/${pkgname}.conf")
+source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('cf478b7a5673a456b3aa09df2a875aae8a023511a14ef901970666b93c28ebb9')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-assistant/-/commit/edc9463cbc5d1099be03fdd4509d1d673a55a8a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-assistant/-/commit/edc9463cbc5d1099be03fdd4509d1d673a55a8a7
You're receiving this email because of your account on gitlab.archlinux.org.