summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-05 08:58:18 +0800
committerMaurice Zhou2021-01-05 08:58:18 +0800
commit7eb735ac1a5b784fdd1d64e100fe77f1682dcc4a (patch)
tree0b02ef1d27454c87f3f53d3a563fc88b66e04d65
parent4e468f78a60b39274dd5e6fee511f1e082ef4524 (diff)
downloadaur-7eb735ac1a5b784fdd1d64e100fe77f1682dcc4a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d90b2ba3e29e..ed52211c1e0c 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.12
+ pkgver = 0.0.13
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.12/bieaz-0.0.12.tar.gz
- md5sums = fa773ed373bd6ef81afd258a9d5be7cd
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.13/bieaz-0.0.13.tar.gz
+ md5sums = 09770649f15140b00f59cd04135a830e
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 94792b7144fd..463506736d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc="Pure shell script Root on ZFS boot environment manager with GRUB integration for Linux"
arch=(any)
@@ -10,9 +10,9 @@ license=('GPL')
depends=('coreutils' 'util-linux' 'zfs')
optdepends=('grub: select boot environment at boot')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-
+vaildpgpkeys=("A88D6A755BBB263C")
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}
-md5sums=('fa773ed373bd6ef81afd258a9d5be7cd')
+md5sums=('09770649f15140b00f59cd04135a830e')