diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-11-26 21:31:42 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-11-26 21:31:42 +0100 |
commit | 05f88c06d2eaee1ff6a0832c29fd1a22fea9901e (patch) | |
tree | 1402facddb7636200df452892321a31a90f1ce4c | |
parent | 6ddc8a9e92887f6f4ea132d1ee96a18f795c69a2 (diff) | |
download | prepare-lastboot-master.tar.gz prepare-lastboot-master.tar.bz2 prepare-lastboot-master.zip |
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = prepare-lastboot pkgdesc = Support for ZFS fallback to a previous boot - pkgver = 1.3 + pkgver = 1.4 pkgrel = 1 url = https://kent-dobias.com/system/prepare-lastboot install = prepare-lastboot.install @@ -8,8 +8,9 @@ pkgbase = prepare-lastboot license = GPL3 depends = zfs depends = zfs-utils + depends = binutils optdepends = systemd-ukify: create addon efi executable - source = https://git.kent-dobias.com/system/prepare-lastboot/snapshot/prepare-lastboot-1.3.tar.gz - sha256sums = aaba6dff6cc61d34f146deb0eee38e645d87e77f8b025f13bb284270e65cafea + source = https://git.kent-dobias.com/system/prepare-lastboot/snapshot/prepare-lastboot-1.4.tar.gz + sha256sums = 673a87988de6fb619dbfa2ac31c173b70195a9d200c8b3b2548ce7a4620be527 pkgname = prepare-lastboot @@ -1,17 +1,17 @@ # Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> pkgname=prepare-lastboot -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc='Support for ZFS fallback to a previous boot' arch=(any) license=(GPL3) url='https://kent-dobias.com/system/prepare-lastboot' -depends=('zfs' 'zfs-utils') +depends=('zfs' 'zfs-utils' 'binutils') makedepends=() optdepends=('systemd-ukify: create addon efi executable') source=(https://git.kent-dobias.com/system/prepare-lastboot/snapshot/prepare-lastboot-${pkgver}.tar.gz) -sha256sums=('aaba6dff6cc61d34f146deb0eee38e645d87e77f8b025f13bb284270e65cafea') +sha256sums=('673a87988de6fb619dbfa2ac31c173b70195a9d200c8b3b2548ce7a4620be527') install='prepare-lastboot.install' package() { |