summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-08 10:14:34 +0800
committerMaurice Zhou2021-01-08 10:14:34 +0800
commit9f19ee48ee6e63f6dad6d5abc4de1c8ee559e8d8 (patch)
treea5ad6c8a4b9e7b2aaaff5b841ac553309f069791
parent6d7140007fab2e728882cc2a492aee01d8866d83 (diff)
downloadaur-9f19ee48ee6e63f6dad6d5abc4de1c8ee559e8d8.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 c827b26c0788..c47f114d89c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.19
+ pkgver = 0.0.20
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.19/bieaz-0.0.19.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.20/bieaz-0.0.20.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = c4976c5ba67b1aa8bb6beda18f40219b
+ md5sums = 3bf7dc0a016951d63243b61c9c8f0873
md5sums = 730393243c14719c345954f90306ef8c
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index d039761f7b44..baf5d2ec8c77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.19
+pkgver=0.0.20
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=('c4976c5ba67b1aa8bb6beda18f40219b'
+md5sums=('3bf7dc0a016951d63243b61c9c8f0873'
'730393243c14719c345954f90306ef8c')