summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-09 11:19:23 +0800
committerMaurice Zhou2021-01-09 11:19:23 +0800
commit109c45a1e0b54ac16c25a4e23114f934963cc2cb (patch)
tree5bde0878338ad5401215482818943b0f4cfcbf90
parente2b13516070a454b9e288aa7b70230d62eabfb55 (diff)
downloadaur-109c45a1e0b54ac16c25a4e23114f934963cc2cb.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--0000-42_bieaz-detect-archlinux-initramfs.patch10
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7065604a670..db0dd49ea387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.23
+ pkgver = 0.0.24
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
license = GPL
depends = coreutils
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.23/bieaz-0.0.23.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.24/bieaz-0.0.24.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = c32c4365033bca0eb2a4c809cafb7ae8
- md5sums = bac8697ba0fdb65adca3b76668fa01a1
+ md5sums = e1c802127437029b7c6ff1bb609ce7be
+ md5sums = ec84f0633910e13007e040577ce30fb1
pkgname = bieaz
diff --git a/0000-42_bieaz-detect-archlinux-initramfs.patch b/0000-42_bieaz-detect-archlinux-initramfs.patch
index d1ae5f1b95f1..9de981dc745b 100644
--- a/0000-42_bieaz-detect-archlinux-initramfs.patch
+++ b/0000-42_bieaz-detect-archlinux-initramfs.patch
@@ -1,8 +1,8 @@
-diff --git a/42_bieaz b/42_bieaz
-index dcbb843..69f479a 100755
---- a/42_bieaz
-+++ b/42_bieaz
-@@ -202,7 +202,7 @@ while [ "x$list" != "x" ] ; do
+diff --git a/grub_linux_entry b/grub_linux_entry
+index 538f9d3..9d1581f 100755
+--- a/grub_linux_entry
++++ b/grub_linux_entry
+@@ -128,7 +128,7 @@ while [ "x$list" != "x" ] ; do
gettext_printf "Found linux image: %s\n" "$linux" >&2
basename=`basename $linux`
dirname=`dirname $linux`
diff --git a/PKGBUILD b/PKGBUILD
index 74a34042e50f..b200ef5709eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.23
+pkgver=0.0.24
pkgrel=1
pkgdesc="Shell script ZFS boot environment manager"
arch=(any)
@@ -22,5 +22,5 @@ prepare() {
echo "Patch to detect of Arch Linux initramfs images by grub-mkconfig..."
patch -Np1 -i "${srcdir}/0000-42_bieaz-detect-archlinux-initramfs.patch"
}
-md5sums=('c32c4365033bca0eb2a4c809cafb7ae8'
- 'bac8697ba0fdb65adca3b76668fa01a1')
+md5sums=('e1c802127437029b7c6ff1bb609ce7be'
+ 'ec84f0633910e13007e040577ce30fb1')