summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-03-16 07:15:14 +0800
committerMaurice Zhou2021-03-16 07:15:14 +0800
commit15b76056d16f5c87a147a51e6ee9b91417b1ea0c (patch)
treeaf65be15b1e99e3752df3e3dd553ec3524f64538
parentac60719b3b4e2ed5e7ee0d0e5e4612f085b49f76 (diff)
downloadaur-15b76056d16f5c87a147a51e6ee9b91417b1ea0c.tar.gz
update
Signed-off-by: Maurice Zhou <ja@apvc.uk>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a14b615b3339..b4be1dc90a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -12,9 +12,9 @@ pkgbase = bieaz
depends = zfs-utils
depends = sh
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.1/bieaz-0.1.1.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.2/bieaz-0.1.2.tar.gz
source = 0000-10_linux-detect-archlinux-initramfs.patch
- md5sums = 39264d8753e4b84c3fa58eff0986ffc1
+ md5sums = ef85ea278e210d392997ea53f1b5e390
md5sums = ef173ee9b642c5f51b1b5a3e3138f1c5
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 98ad5443ab38..8afda4953794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -22,5 +22,5 @@ prepare() {
echo "Patch GRUB detection of Arch Linux initramfs/fallback..."
patch -Np1 -i "${srcdir}/0000-10_linux-detect-archlinux-initramfs.patch"
}
-md5sums=('39264d8753e4b84c3fa58eff0986ffc1'
+md5sums=('ef85ea278e210d392997ea53f1b5e390'
'ef173ee9b642c5f51b1b5a3e3138f1c5')