summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-04 14:35:02 +0800
committerMaurice Zhou2021-01-04 14:35:02 +0800
commit2786615da9ceefbc2fe0aab13944e1582874ef0e (patch)
tree44b92fb0f394b9a474313bad785b089a49c51e7d
parentb322c89788787af9925da5d3f71b064ca9c917c3 (diff)
downloadaur-2786615da9ceefbc2fe0aab13944e1582874ef0e.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 9bd223f2448f..6ac95dee3885 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.9
+ pkgver = 0.0.10
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.9/bieaz-0.0.9.tar.gz
- md5sums = e2d4f1dee353861dea389d8d77a6569b
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.10/bieaz-0.0.10.tar.gz
+ md5sums = 66d3b9e1357691015af9ca4d4e37d71e
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index e1c06a911edc..4a226742cfb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.9
+pkgver=0.0.10
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=('e2d4f1dee353861dea389d8d77a6569b')
+md5sums=('66d3b9e1357691015af9ca4d4e37d71e')