summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-03-16 12:49:29 +0800
committerMaurice Zhou2021-03-16 12:49:29 +0800
commitd130a4ae193abb22583474adf6ec8e328b5aeee2 (patch)
treee0062d291dd78c0794cb635afd3dd568105127c7
parentef6ca2d1ea03b1e356c45ec7263a1830b05620b4 (diff)
downloadaur-d130a4ae193abb22583474adf6ec8e328b5aeee2.tar.gz
update
Signed-off-by: Maurice Zhou <ja@apvc.uk>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e8ab2a0ae8..6a476ef61ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -12,8 +12,8 @@ pkgbase = bieaz
depends = zfs-utils
depends = sh
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.4/bieaz-0.1.4.tar.gz
- md5sums = d56683891813f15f731e0164c3223a27
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.5/bieaz-0.1.5.tar.gz
+ md5sums = 7d07999c5d0cfd5275b4e4ea8c036c37
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index dd9a6814b2b0..9a648fcb8e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -16,4 +16,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('d56683891813f15f731e0164c3223a27')
+md5sums=('7d07999c5d0cfd5275b4e4ea8c036c37')