summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Baz2018-08-16 11:23:30 +0200
committerMaxim Baz2018-08-16 11:23:30 +0200
commita14e1a28ec52d46bb624143ef755b67f28aed727 (patch)
tree6cd8db3e29372766e57aca9b9a1067df79a67b24 /PKGBUILD
parentd85c2eed316faf314d19c8c99693b8ff61e548e3 (diff)
downloadaur-a14e1a28ec52d46bb624143ef755b67f28aed727.tar.gz
grub-btrfs: update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d60806fda2bc..9d672f3182f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: James W. Barnett <james at wbarnett dot us>
pkgname=grub-btrfs
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="Include btrfs snapshots in GRUB boot options"
arch=("any")
@@ -12,8 +12,8 @@ license=("GPL3")
depends=("btrfs-progs" "grub")
optdepends=("snapper: Snapper support")
conflicts=("grub-btrfs-git")
-source=("https://github.com/Antynea/grub-btrfs/archive/${pkgver}.tar.gz")
-sha256sums=('00579ad9290165f9289eb92de6fec59bc5ec99db53d248d46dd90c28872bf98c')
+source=("https://github.com/Antynea/grub-btrfs/archive/v${pkgver}.tar.gz")
+sha256sums=('42cebf0630e65563ef9d9063fe3e369109c9560e6b8248ac27450471a78fe843')
install="grub-btrfs.install"
backup=("etc/grub.d/41_snapshots-btrfs_config")