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

Maxim Baz maximbaz at archlinux.org
Fri Dec 13 08:22:14 UTC 2019


    Date: Friday, December 13, 2019 @ 08:22:14
  Author: maximbaz
Revision: 537494

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-13 08:22:10 UTC (rev 537493)
+++ PKGBUILD	2019-12-13 08:22:14 UTC (rev 537494)
@@ -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.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=('a6040215a278cb1c9bbc221d71e38e6976d65936c816a1a2dd8f5ef4849797a6')
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 537493, grub-btrfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-13 08:22:14 UTC (rev 537494)
@@ -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.2
+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=('c8b0fec4274adc463f21266dda6278fe56978e8a40bcb8e4e558a9b47adf211c')
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list