summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-03 23:15:18 +0800
committerMaurice Zhou2021-01-03 23:15:18 +0800
commit3bf74dfe58b9de515ec9577431cc5429b922c9f4 (patch)
tree1da9aebdf7e2e365f8bf06213c314f9b2dad08ef
parent982cd5dab69ebfcea6c17df9741eac7b96ae6813 (diff)
downloadaur-3bf74dfe58b9de515ec9577431cc5429b922c9f4.tar.gz
export that envvar and be done with it
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b16d440a01c7..306889886096 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.7
+ pkgver = 0.0.8
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.7/bieaz-0.0.7.tar.gz
- md5sums = 10947a8961e238e4a5bb803bf9909736
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.8/bieaz-0.0.8.tar.gz
+ md5sums = eb7153bb0237fd171306eb5c966d39f0
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index fcf4d439375d..90df34998cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.7
+pkgver=0.0.8
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=('10947a8961e238e4a5bb803bf9909736')
+md5sums=('eb7153bb0237fd171306eb5c966d39f0')