summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-03 19:10:54 +0800
committerMaurice Zhou2021-01-03 19:10:54 +0800
commitb9b0fe137a2ef66675dab87f182edc194cd7bc02 (patch)
tree4486e36c0d04e03fb814d655d6cc8b0ac95b3f53
parent6236153e3a462d315f580518fae422e3ca248d3a (diff)
downloadaur-b9b0fe137a2ef66675dab87f182edc194cd7bc02.tar.gz
update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20e70136d6f..b8d268b95843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,3 +14,19 @@ pkgbase = bieaz
pkgname = bieaz
+pkgbase = bieaz
+ pkgdesc = Pure shell script Root on ZFS boot environment manager with GRUB integration for Linux
+ pkgver = 0.0.7
+ pkgrel = 1
+ url = https://gitlab.com/m_zhou/bieaz
+ arch = any
+ license = GPL
+ depends = coreutils
+ depends = util-linux
+ depends = zfs
+ optdepends = grub: select boot environment at boot
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.7/bieaz-0.0.7.tar.gz
+ md5sums = 10947a8961e238e4a5bb803bf9909736
+
+pkgname = bieaz
+
diff --git a/PKGBUILD b/PKGBUILD
index 67135c1cc437..fcf4d439375d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.6
+pkgver=0.0.7
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=('5554029e0f522b61d121fa85a34f98e1')
+md5sums=('10947a8961e238e4a5bb803bf9909736')