summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 236e00b6b275..5c8363b1cb6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grub-btrfs
- pkgdesc = grub-btrfs, Include btrfs snapshots at boot options. (grub menu)
- pkgver = 1.10
+ pkgdesc = Include btrfs snapshots in GRUB boot options
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/Antynea/grub-btrfs
arch = any
@@ -8,8 +8,8 @@ pkgbase = grub-btrfs
depends = btrfs-progs
depends = grub
conflicts = grub-btrfs-git
- source = https://github.com/Antynea/grub-btrfs/archive/v1.10.tar.gz
- md5sums = 84b856c826a468b6bc235111daf7801e
+ source = https://github.com/Antynea/grub-btrfs/archive/v1.11.tar.gz
+ md5sums = 847bdcea497ff1be3c788f10ebf532af
pkgname = grub-btrfs
diff --git a/PKGBUILD b/PKGBUILD
index 1ca0a349b982..a27e7becd04d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: James W. Barnett <james at wbarnett dot us>
pkgname=grub-btrfs
-pkgver=1.10
+pkgver=1.11
pkgrel=1
-pkgdesc="grub-btrfs, Include btrfs snapshots at boot options. (grub menu)"
+pkgdesc="Include btrfs snapshots in GRUB boot options"
arch=('any')
url="https://github.com/Antynea/grub-btrfs"
license=('GPL3')
depends=('btrfs-progs' 'grub')
conflicts=('grub-btrfs-git')
source=("https://github.com/Antynea/grub-btrfs/archive/v${pkgver}.tar.gz")
-md5sums=('84b856c826a468b6bc235111daf7801e')
+md5sums=('847bdcea497ff1be3c788f10ebf532af')
package() {
cd $pkgname-$pkgver