main/postmarketos-mkinitfs: provide mkinitfs 3.6.0

linux-lts started requiring mkinitfs version 3.6.0 5 days ago as of
writing, and this package only provides mkinitfs 0.0.1, so bump
this to fix installation.

See f2ae372e8b

Closes https://gitlab.com/postmarketOS/pmaports/-/issues/1517
This commit is contained in:
Newbyte 2022-05-03 21:57:27 +02:00 committed by Bart Ribbers
parent 440aa4ede3
commit 10de8847fd
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8

View file

@ -2,7 +2,7 @@
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-mkinitfs
pkgver=1.4.1
pkgrel=1
pkgrel=2
pkgdesc="Tool to generate initramfs images for postmarketOS"
url="https://postmarketos.org"
depends="
@ -34,7 +34,7 @@ source="
install="$pkgname.post-upgrade"
arch="all"
license="GPL-2.0-or-later"
provides="mkinitfs=0.0.1"
provides="mkinitfs=3.6.0"
export GOPATH="$srcdir"
export CGO_ENABLED=0