summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d9e521f7b26..cebba4659ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rozb3-pac
pkgdesc = create ZFS boot environment for pacman transactions
- pkgver = 0.1.7
+ pkgver = 0.1.8
pkgrel = 1
url = https://gitlab.com/m_zhou/rozb3-pac
arch = any
license = GPL
depends = bieaz
- source = https://gitlab.com/m_zhou/rozb3-pac/-/archive/0.1.7/rozb3-pac-0.1.7.tar.gz
- md5sums = 639b22e6bd8bd92361e0bc6cdae522fc
+ source = https://gitlab.com/m_zhou/rozb3-pac/-/archive/0.1.8/rozb3-pac-0.1.8.tar.gz
+ md5sums = 55c02ab850d8677b23ba0f67488f614b
pkgname = rozb3-pac
diff --git a/PKGBUILD b/PKGBUILD
index 36e9f0324b13..2b8bc48fb654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=rozb3-pac
-pkgver=0.1.7
+pkgver=0.1.8
pkgrel=1
pkgdesc="create ZFS boot environment for pacman transactions"
arch=(any)
@@ -13,4 +13,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR=$pkgdir install
}
-md5sums=('639b22e6bd8bd92361e0bc6cdae522fc')
+md5sums=('55c02ab850d8677b23ba0f67488f614b')