[arch-commits] Commit in grub-btrfs/repos/community-any (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at gemini.archlinux.org
Sun Sep 26 18:32:57 UTC 2021


    Date: Sunday, September 26, 2021 @ 18:32:57
  Author: maximbaz
Revision: 1025693

archrelease: copy trunk to community-any

Added:
  grub-btrfs/repos/community-any/PKGBUILD
    (from rev 1025692, grub-btrfs/trunk/PKGBUILD)
Deleted:
  grub-btrfs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-26 18:32:53 UTC (rev 1025692)
+++ PKGBUILD	2021-09-26 18:32:57 UTC (rev 1025693)
@@ -1,23 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname 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.10
-pkgrel=1
-pkgdesc='Include btrfs snapshots in GRUB boot options'
-arch=('any')
-url="https://github.com/Antynea/${pkgname}"
-license=('GPL3')
-depends=('btrfs-progs' 'grub')
-optdepends=('snapper: Snapper support')
-backup=('etc/default/grub-btrfs/config')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2155f11e78158a4620e541929862126d8b03d912fbd85bccb2448ca1d5296da3')
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" INITCPIO=true install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 1025692, grub-btrfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-26 18:32:57 UTC (rev 1025693)
@@ -0,0 +1,23 @@
+# Maintainer: Maxim Baz <$pkgname 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.10.1
+pkgrel=1
+pkgdesc='Include btrfs snapshots in GRUB boot options'
+arch=('any')
+url="https://github.com/Antynea/${pkgname}"
+license=('GPL3')
+depends=('btrfs-progs' 'grub')
+optdepends=('snapper: Snapper support')
+backup=('etc/default/grub-btrfs/config')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b')
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" INITCPIO=true install
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list