[arch-commits] Commit in sof-firmware/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Dec 8 01:04:53 UTC 2019


    Date: Sunday, December 8, 2019 @ 01:04:53
  Author: heftig
Revision: 370529

1.4.1-1

Modified:
  sof-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-07 13:47:21 UTC (rev 370528)
+++ PKGBUILD	2019-12-08 01:04:53 UTC (rev 370529)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=sof-firmware
-pkgver=1.3.1
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Sound Open Firmware"
 arch=(any)
@@ -8,13 +8,20 @@
 url="https://www.sofproject.org/"
 license=(custom:BSD custom:ISC)
 options=(!strip)
-makedepends=(diffutils)
 source=(ftp://ftp.alsa-project.org/pub/misc/sof/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1c708d24d39bcbc9979d7acab7fc4a922f88b1c96f40595723446697cf3e0b7e')
+sha256sums=('8ea4701f2ce25c0653fb4099c77ce810aa6554d763449eb052f1cde04d3a0bfc')
 
 prepare() {
   cd usr/lib/firmware/intel
-  diff -u sof{,-tplg}/LICENCE
+
+  mv sof/signed/debug/* sof/debug
+  local f; for f in sof/signed/*-signed-intel.ri; do
+    f=${f##*/}
+    mv sof/signed/$f sof/${f/-signed-intel/}
+  done
+  rmdir sof/signed/debug sof/signed
+  rm -r sof/gcc
+
   mv sof/LICENCE "$srcdir/LICENSE"
   rm sof-tplg/LICENCE
 }



More information about the arch-commits mailing list