summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-06 05:53:42 +0000
committerMaurice Zhou2021-01-06 05:53:42 +0000
commit429dfc47b6835661a8704b65dbe3e1632c297555 (patch)
treeb6d2151ee5949e21027f0c3f62b97d218a273d44
parenteb9fdbcd6241b680e3ab224d5d3658f09580444e (diff)
downloadaur-429dfc47b6835661a8704b65dbe3e1632c297555.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 74b68a8e475e..5fa5c53969cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = Shell script ZFS boot environment manager
- pkgver = 0.0.14
+ pkgver = 0.0.15
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -8,8 +8,8 @@ pkgbase = bieaz
depends = coreutils
depends = util-linux
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.14/bieaz-0.0.14.tar.gz
- md5sums = 96e97f3dfbbb47b0b880d46e665a08d3
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.15/bieaz-0.0.15.tar.gz
+ md5sums = a994c3dcc76d567c63fe6c1c9bff34a1
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 1c0960771e56..a9d865c7995b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.14
+pkgver=0.0.15
pkgrel=1
pkgdesc="Shell script ZFS boot environment manager"
arch=(any)
@@ -14,4 +14,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('96e97f3dfbbb47b0b880d46e665a08d3')
+md5sums=('a994c3dcc76d567c63fe6c1c9bff34a1')