summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-02 22:17:10 +0800
committerMaurice Zhou2021-01-02 22:17:10 +0800
commit6236153e3a462d315f580518fae422e3ca248d3a (patch)
tree3ecfd744adb747145769fe66124825bcfe411ea3
parentdd83ffcafa85a59f188eb5e590bdb5979b89618b (diff)
downloadaur-6236153e3a462d315f580518fae422e3ca248d3a.tar.gz
update fstab after rename/
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ea88e56118..d20e70136d6f 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.5
+ pkgver = 0.0.6
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.5/bieaz-0.0.5.tar.gz
- md5sums = 2f79f6fb940a4ac8c938259408a24a76
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.6/bieaz-0.0.6.tar.gz
+ md5sums = 5554029e0f522b61d121fa85a34f98e1
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index d6f7e55ff862..67135c1cc437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.5
+pkgver=0.0.6
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=('2f79f6fb940a4ac8c938259408a24a76')
+md5sums=('5554029e0f522b61d121fa85a34f98e1')