summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-05 01:18:43 +0800
committerMaurice Zhou2021-01-05 01:18:43 +0800
commit4e468f78a60b39274dd5e6fee511f1e082ef4524 (patch)
tree89f42c2c9a7518e20813bfe6acd7ae7dbe53cbbb
parent7c65b9e3002d703fb06ab7178222fa6e4dfe2ddc (diff)
downloadaur-4e468f78a60b39274dd5e6fee511f1e082ef4524.tar.gz
use exit in detection script
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c578ec5c1335..d90b2ba3e29e 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.10
+ pkgver = 0.0.12
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -9,24 +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.10/bieaz-0.0.10.tar.gz
- md5sums = 66d3b9e1357691015af9ca4d4e37d71e
-
-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
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.12/bieaz-0.0.12.tar.gz
+ md5sums = fa773ed373bd6ef81afd258a9d5be7cd
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index c29164ba983d..94792b7144fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.11
+pkgver=0.0.12
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=('fe02c257922393f5a9c7b209fbb48907')
+md5sums=('fa773ed373bd6ef81afd258a9d5be7cd')