summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-07 16:09:35 +0800
committerMaurice Zhou2021-01-07 16:09:35 +0800
commit8929513dc3d28db5729131b07b47c313833a5717 (patch)
tree7cd84dd3dcec1caabb46b2036d4ae2c3db7be229
parent7983d36d0bef9d3a0a3ac4e0fda4e40f875951db (diff)
downloadaur-8929513dc3d28db5729131b07b47c313833a5717.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b55e2f0e3656..4354177f9099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.18
+ pkgver = 0.0.19
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
license = GPL
depends = coreutils
- depends = util-linux
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.18/bieaz-0.0.18.tar.gz
- md5sums = fa10cbfb4a5caed007e919fdc24a64f6
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.19/bieaz-0.0.19.tar.gz
+ md5sums = c4976c5ba67b1aa8bb6beda18f40219b
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 3d547c9c8285..8a60f6334415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.18
+pkgver=0.0.19
pkgrel=1
pkgdesc="Shell script ZFS boot environment manager"
arch=(any)
url="https://gitlab.com/m_zhou/bieaz"
license=('GPL')
-depends=('coreutils' 'util-linux')
+depends=('coreutils')
optdepends=('grub: select boot environment at boot')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('fa10cbfb4a5caed007e919fdc24a64f6')
+md5sums=('c4976c5ba67b1aa8bb6beda18f40219b')