summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-03-17 15:42:40 +0800
committerMaurice Zhou2021-03-17 15:42:40 +0800
commit724515ad54986ffb8416303ade4fbe8650b95408 (patch)
treead7e5bbf60673b0de1e5edf71124b7d828904294
parent309685fba19cd279623fc276ad394a25862c240b (diff)
downloadaur-724515ad54986ffb8416303ade4fbe8650b95408.tar.gz
update
Signed-off-by: Maurice Zhou <ja@apvc.uk>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66fcace4a112..cd1fff2a653a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
install = bieaz.install
arch = any
@@ -12,9 +12,9 @@ pkgbase = bieaz
depends = grep
depends = zfs-utils
depends = sh
- optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.0/bieaz-0.2.0.tar.gz
- md5sums = 4ee5de079f3b34cfccfb75e12d958fde
+ depends = grub
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.1/bieaz-0.2.1.tar.gz
+ md5sums = 5e8882927a9d136f27c9fda531a52ec8
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 408e3b81523d..4ebedd1122df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver="0.2.0"
-pkgrel=2
+pkgver="0.2.1"
+pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
url="https://gitlab.com/m_zhou/bieaz"
license=('GPL')
-depends=('coreutils' 'awk' 'sed' 'grep' 'zfs-utils' 'sh')
-optdepends=('grub: select boot environment at boot')
+depends=('coreutils' 'awk' 'sed' 'grep' 'zfs-utils' 'sh' 'grub')
install="${pkgname}.install"
source=(
"$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
@@ -17,4 +16,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('4ee5de079f3b34cfccfb75e12d958fde')
+md5sums=('5e8882927a9d136f27c9fda531a52ec8')