summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-02 20:52:57 +0800
committerMaurice Zhou2021-01-02 20:52:57 +0800
commitdd83ffcafa85a59f188eb5e590bdb5979b89618b (patch)
tree6dfbdd0ee0e1499491caece2e97a69b2bbbd4d42
parent82f6d970f4eeb615f89d575ad243cd7d13bb7943 (diff)
downloadaur-dd83ffcafa85a59f188eb5e590bdb5979b89618b.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 8c8c7ee9d6bb..47ea88e56118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = Pure shell script Root on ZFS boot environment manager with GRUB integration for Linux
- pkgver = 0.0.2
+ pkgver = 0.0.5
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -9,8 +9,8 @@ pkgbase = bieaz
depends = util-linux
depends = zfs
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.2/bieaz-0.0.2.tar.gz
- md5sums = a4b4f1df6f719f357511c9bcbc5eda23
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.5/bieaz-0.0.5.tar.gz
+ md5sums = 2f79f6fb940a4ac8c938259408a24a76
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 46b54ed0a278..d6f7e55ff862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.2
+pkgver=0.0.5
pkgrel=1
pkgdesc="Pure shell script Root on ZFS boot environment manager with GRUB integration for Linux"
arch=(any)
@@ -15,4 +15,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-md5sums=('a4b4f1df6f719f357511c9bcbc5eda23')
+md5sums=('2f79f6fb940a4ac8c938259408a24a76')