summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-08 17:04:30 +0800
committerMaurice Zhou2021-01-08 17:04:30 +0800
commite3a732ea4ea9f945abb310d90bd0c253fe2d13aa (patch)
treec1ebf47163eba20a3949a59e30dfe778b9c0f6b3
parent0f78107247de45fbc4b1dcbbe48a22a846eb79c9 (diff)
downloadaur-e3a732ea4ea9f945abb310d90bd0c253fe2d13aa.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c681c9a2aa49..143a22b2c2b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.21
+ pkgver = 0.0.22
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.21/bieaz-0.0.21.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.22/bieaz-0.0.22.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = 3b5fd7035c608d4528916c747a688bfc
+ md5sums = 7a2f14a8002fb14873db89eade04e070
md5sums = bac8697ba0fdb65adca3b76668fa01a1
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index f1c1c7496bc3..75529d2f0c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.21
+pkgver=0.0.22
pkgrel=1
pkgdesc="Shell script ZFS boot environment manager"
arch=(any)
@@ -22,7 +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=('3bf7dc0a016951d63243b61c9c8f0873'
- '730393243c14719c345954f90306ef8c')
-md5sums=('3b5fd7035c608d4528916c747a688bfc'
+md5sums=('7a2f14a8002fb14873db89eade04e070'
'bac8697ba0fdb65adca3b76668fa01a1')