summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-04 13:32:09 +0800
committerMaurice Zhou2021-01-04 13:32:09 +0800
commit15bebfa0ff948928c19234fca9bbd2f072ab353a (patch)
treeb29cee7ab2cbbac6ef042e91d2b2e8132973a130
parent3bf74dfe58b9de515ec9577431cc5429b922c9f4 (diff)
downloadaur-15bebfa0ff948928c19234fca9bbd2f072ab353a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 306889886096..9bd223f2448f 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.8
+ pkgver = 0.0.9
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -9,8 +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.8/bieaz-0.0.8.tar.gz
- md5sums = eb7153bb0237fd171306eb5c966d39f0
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.9/bieaz-0.0.9.tar.gz
+ md5sums = e2d4f1dee353861dea389d8d77a6569b
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 90df34998cb5..a9142cd50579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.8
+pkgver=0.0.9
pkgrel=1
pkgdesc="Pure shell script Root on ZFS boot environment manager with GRUB integration for Linux"
arch=(any)
@@ -9,10 +9,9 @@ url="https://gitlab.com/m_zhou/bieaz"
license=('GPL')
depends=('coreutils' 'util-linux' 'zfs')
optdepends=('grub: select boot environment at boot')
-source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
package() {
- cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-md5sums=('eb7153bb0237fd171306eb5c966d39f0')
+md5sums=('e2d4f1dee353861dea389d8d77a6569b')