summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-09 20:43:58 +0800
committerMaurice Zhou2021-01-09 20:43:58 +0800
commit22442a11c203c89e527e029761a04ae56782c0d9 (patch)
tree3e51586b2d5b10224929cb1d2038deb9fa60c8e4
parentbd57d8eee698dc10fe322c82d7c1a19a3a4783e8 (diff)
downloadaur-22442a11c203c89e527e029761a04ae56782c0d9.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e85d9975562f..ba37ce6e04f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.31
+ pkgver = 0.0.32
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.31/bieaz-0.0.31.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.32/bieaz-0.0.32.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = e1335211ba1a4f1633e7e3cc6fc09805
+ md5sums = 772e3277896d4f517e258fe498d5e19a
md5sums = ec84f0633910e13007e040577ce30fb1
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index add8adb0dc6c..ed7baeb2f076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.31
+pkgver=0.0.32
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=('e1335211ba1a4f1633e7e3cc6fc09805'
+md5sums=('772e3277896d4f517e258fe498d5e19a'
'ec84f0633910e13007e040577ce30fb1')