summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-04-12 22:47:55 +0800
committerMaurice Zhou2021-04-12 22:47:55 +0800
commit347f291316c7a59045e65befb66545d8c68f5d98 (patch)
tree0a801e4192490779136e646d4f45916ac07667e6
parentf7db3db9e83b46b834c1ad956a828eb88afa4c7f (diff)
downloadaur-347f291316c7a59045e65befb66545d8c68f5d98.tar.gz
0.2.5
Signed-off-by: Maurice Zhou <ja@apvc.uk>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 198de44c13ec..6f061183ce6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
install = bieaz.install
@@ -13,8 +13,7 @@ pkgbase = bieaz
depends = zfs-utils
depends = sh
depends = grub
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.4/bieaz-0.2.4.tar.gz
- md5sums = fd2c5dc9c934c4a287defad130217729
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.5/bieaz-0.2.5.tar.gz
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 38a70ec73aee..59dbc7d68418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver="0.2.4"
+pkgver="0.2.5"
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -16,4 +16,3 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('fd2c5dc9c934c4a287defad130217729')