diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template index 544ce9c5893..677fe02c3b7 100644 --- a/srcpkgs/sof-firmware/template +++ b/srcpkgs/sof-firmware/template @@ -1,23 +1,23 @@ # Template file for 'sof-firmware' pkgname=sof-firmware -version=1.6.1 -revision=2 +version=1.7 +revision=1 archs="i686* x86_64*" wrksrc="sof-bin-${version}" +hostmakedepends="rsync" depends="alsa-ucm-conf" short_desc="Sound Open Firmware and topology binaries" maintainer="cinerea0 " license="BSD-3-Clause" homepage="https://thesofproject.github.io/latest/index.html" -distfiles="https://github.com/thesofproject/sof-bin/archive/v${version}.tar.gz" -checksum=587b320030bc84de1aacba5d86d89ba1a4f67201baf8b9b61bb885af60643bfb +distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz" +checksum=895d0199c06fc9b8bd8452fffff4f0d53134af451f63ffd1b78f04b10ef6c251 do_install() { + vmkdir usr/lib/firmware/intel/sof + vmkdir usr/lib/firmware/intel/sof-tplg + rsync -a "sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof" + rsync -a "sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg" + vlicense LICENCE.NXP - - export ROOT="${DESTDIR}/usr" - export SOF_VERSION="v${version}" - - vmkdir usr/lib/firmware/intel - ./go.sh }