Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages /
grub-btrfs
Commits:
aa9c42a7 by Dan Johansen at 2025-09-17T18:03:05+02:00
upgpkg: 4.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = grub-btrfs
pkgdesc = Include btrfs snapshots in GRUB boot options
- pkgver = 4.13
- pkgrel = 2
+ pkgver = 4.14
+ pkgrel = 1
url = https://github.com/Antynea/grub-btrfs
arch = any
license = GPL-3.0-only
@@ -10,7 +10,7 @@ pkgbase = grub-btrfs
optdepends = snapper: For snapper support
optdepends = inotify-tools: For grub-btrfsd daemon
backup = etc/default/grub-btrfs/config
- source =
grub-btrfs-4.13.tar.gz::https://github.com/Antynea/grub-btrfs/archive/4.13.tar.gz
- b2sums =
e2f11a0a8282e3ec8ff8223e3bad70b5d5c5e81b4d740a1bf3554db412dbe48a8a0f216f4e6c65ae1d11c01a27b8b92bae9b470c60d2389505ce089511536e1a
+ source =
grub-btrfs-4.14.tar.gz::https://github.com/Antynea/grub-btrfs/archive/v4.14.tar.gz
+ b2sums =
361fabb41e603f84af096925db7498e24ff68436b9f32cc6d1fe81dd4db58826d02052181d577b6484290016c11009d0b138c4187fcedb76848ef7a52b55222f
pkgname = grub-btrfs
=====================================
PKGBUILD
=====================================
@@ -1,10 +1,11 @@
-# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
+# Maintainer: Dan Johansen <strit at archlinux dot org>
+# Contributor: Maxim Baz <archlinux at maximbaz dot com>
# Contributor: gato_lento <vukk.euob at gmail dot com>
# Contributor: James W. Barnett <james at wbarnett dot us>
pkgname=grub-btrfs
-pkgver=4.13
-pkgrel=2
+pkgver=4.14
+pkgrel=1
pkgdesc='Include btrfs snapshots in GRUB boot options'
arch=('any')
url="https://github.com/Antynea/${pkgname}"
@@ -15,8 +16,8 @@ optdepends=(
'inotify-tools: For grub-btrfsd daemon'
)
backup=('etc/default/grub-btrfs/config')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-b2sums=('e2f11a0a8282e3ec8ff8223e3bad70b5d5c5e81b4d740a1bf3554db412dbe48a8a0f216f4e6c65ae1d11c01a27b8b92bae9b470c60d2389505ce089511536e1a')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+b2sums=('361fabb41e603f84af096925db7498e24ff68436b9f32cc6d1fe81dd4db58826d02052181d577b6484290016c11009d0b138c4187fcedb76848ef7a52b55222f')
package() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grub-btrfs/-/commit/aa9c42a7e0e3a75105150fc5ba56ff926f22c6ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grub-btrfs/-/commit/aa9c42a7e0e3a75105150fc5ba56ff926f22c6ac
You're receiving this email because of your account on gitlab.archlinux.org.