summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-09 16:47:28 +0800
committerMaurice Zhou2021-01-09 16:47:28 +0800
commitc622183d72099ac37a7063c12990c4284192eba9 (patch)
tree1709f2f5caba0a9edc5da2004a9039bbee9b643b
parent6906dfb19fad5c0a0de7260b98fe234197aacee2 (diff)
downloadaur-c622183d72099ac37a7063c12990c4284192eba9.tar.gz
remove function
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 445553abfc12..87fb19c074ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.30
+ pkgver = 0.0.31
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.30/bieaz-0.0.30.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.31/bieaz-0.0.31.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = 93410143903746da0f6e71f8ff2203b1
+ md5sums = 8df8bd9b4f990b8582c0adc6354f3594
md5sums = ec84f0633910e13007e040577ce30fb1
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 2aa35e9314f9..1fec1ddb97fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.30
+pkgver=0.0.31
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=('93410143903746da0f6e71f8ff2203b1'
+md5sums=('8df8bd9b4f990b8582c0adc6354f3594'
'ec84f0633910e13007e040577ce30fb1')