[arch-commits] Commit in grub-btrfs/repos/community-any (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Sat Aug 29 20:02:50 UTC 2020
Date: Saturday, August 29, 2020 @ 20:02:49
Author: maximbaz
Revision: 692230
archrelease: copy trunk to community-any
Added:
grub-btrfs/repos/community-any/PKGBUILD
(from rev 692229, grub-btrfs/trunk/PKGBUILD)
Deleted:
grub-btrfs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-29 20:02:46 UTC (rev 692229)
+++ PKGBUILD 2020-08-29 20:02:49 UTC (rev 692230)
@@ -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.3
-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/${pkgver}.tar.gz")
-sha256sums=('6692008326136371bb48fd2a4da0f44e8395413a999862007db6db77543c1f77')
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:
Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 692229, grub-btrfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-29 20:02:49 UTC (rev 692230)
@@ -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.4
+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=('329f1f9345c72a6a7911c011b79531b3bfac6a23b624b9b94144ef1f765fc48c')
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:
More information about the arch-commits
mailing list