Date: Friday, May 12, 2023 @ 13:03:55 Author: heftig Revision: 477638
2.2.5-1 Modified: sof-bin/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-12 08:11:06 UTC (rev 477637) +++ PKGBUILD 2023-05-12 13:03:55 UTC (rev 477638) @@ -1,16 +1,22 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgbase=sof-bin -pkgname=(sof-firmware sof-tools) -pkgver=2.2.4 +pkgname=( + sof-firmware + sof-tools +) +pkgver=2.2.5 pkgrel=1 pkgdesc="Sound Open Firmware" url="https://www.sofproject.org/" arch=(x86_64) -license=(custom:BSD custom:ISC) +license=( + custom:BSD + custom:ISC +) _binver=v${pkgver} source=(https://github.com/thesofproject/sof-bin/releases/download/$_binver/sof-bin-$_binver.tar.gz) -sha256sums=('ce8aaeba103aa56a82662552b0f33f33a859aa1008d8bfbc2c22f0ccfc8c6b3a') +b2sums=('681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742') package_sof-firmware() { options+=(!strip)
