Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages /
grub-btrfs
Commits:
cdfe1e9e by Michał Wojdyła at 2025-06-09T03:01:11+02:00
use spdx license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = grub-btrfs
pkgrel = 2
url = https://github.com/Antynea/grub-btrfs
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = btrfs-progs
depends = grub
optdepends = snapper: For snapper support
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgrel=2
pkgdesc='Include btrfs snapshots in GRUB boot options'
arch=('any')
url="https://github.com/Antynea/${pkgname}"
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('btrfs-progs' 'grub')
optdepends=(
'snapper: For snapper support'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grub-btrfs/-/commit/cdfe1e9e9f8c46072f828ee170af60d888e8a242
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grub-btrfs/-/commit/cdfe1e9e9f8c46072f828ee170af60d888e8a242
You're receiving this email because of your account on gitlab.archlinux.org.