summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-04 23:02:39 +0800
committerMaurice Zhou2021-01-04 23:02:39 +0800
commit7c65b9e3002d703fb06ab7178222fa6e4dfe2ddc (patch)
treeb9bf6c6f1f0fd90d35722617c2fcfabe56c1a962
parent2786615da9ceefbc2fe0aab13944e1582874ef0e (diff)
downloadaur-7c65b9e3002d703fb06ab7178222fa6e4dfe2ddc.tar.gz
detect chroot
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ac95dee3885..c578ec5c1335 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.11
+ 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.11/bieaz-0.0.11.tar.gz
+ md5sums = fe02c257922393f5a9c7b209fbb48907
+
+pkgname = bieaz
+
diff --git a/PKGBUILD b/PKGBUILD
index 4a226742cfb5..c29164ba983d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.10
+pkgver=0.0.11
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=('66d3b9e1357691015af9ca4d4e37d71e')
+md5sums=('fe02c257922393f5a9c7b209fbb48907')