diff options
author | Maxim Devaev <[email protected]> | 2022-04-10 20:15:28 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-04-10 20:15:28 +0300 |
commit | 93a602398eef0c6e4e8d26d3761f6d463630721a (patch) | |
tree | 32b4ed5f126c976074ec38ca6c532396797ac37c | |
parent | d55d7beb0ea5109f33f47cd50641f9f229c6949a (diff) |
bumped minimal kernel version
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ for _variant in "${_variants[@]}"; do pkgdesc=\"PiKVM platform configs - $_platform for $_board\" depends=(kvmd=$pkgver-$pkgrel) if [ $_board != generic ]; then - depends=(\"\${depends[@]}\" \"linux-rpi-pikvm>=5.15.25-15\") + depends=(\"\${depends[@]}\" \"linux-rpi-pikvm>=5.15.25-16\") fi backup=( |