summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-08 15:44:51 +0800
committerMaurice Zhou2021-01-08 15:44:51 +0800
commit0f78107247de45fbc4b1dcbbe48a22a846eb79c9 (patch)
treebeb51abec0b2273c2d2ade67d6fc016808eadd0d
parent9f19ee48ee6e63f6dad6d5abc4de1c8ee559e8d8 (diff)
downloadaur-0f78107247de45fbc4b1dcbbe48a22a846eb79c9.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--0000-42_bieaz-detect-archlinux-initramfs.patch4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c47f114d89c3..c681c9a2aa49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.20
+ pkgver = 0.0.21
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.20/bieaz-0.0.20.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.21/bieaz-0.0.21.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = 3bf7dc0a016951d63243b61c9c8f0873
- md5sums = 730393243c14719c345954f90306ef8c
+ md5sums = 3b5fd7035c608d4528916c747a688bfc
+ md5sums = bac8697ba0fdb65adca3b76668fa01a1
pkgname = bieaz
diff --git a/0000-42_bieaz-detect-archlinux-initramfs.patch b/0000-42_bieaz-detect-archlinux-initramfs.patch
index 68715ae2e875..d1ae5f1b95f1 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 98f303c..967c719 100755
+index dcbb843..69f479a 100755
--- a/42_bieaz
+++ b/42_bieaz
-@@ -199,7 +199,7 @@ while [ "x$list" != "x" ] ; do
+@@ -202,7 +202,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 baf5d2ec8c77..f1c1c7496bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.20
+pkgver=0.0.21
pkgrel=1
pkgdesc="Shell script ZFS boot environment manager"
arch=(any)
@@ -24,3 +24,5 @@ prepare() {
}
md5sums=('3bf7dc0a016951d63243b61c9c8f0873'
'730393243c14719c345954f90306ef8c')
+md5sums=('3b5fd7035c608d4528916c747a688bfc'
+ 'bac8697ba0fdb65adca3b76668fa01a1')