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

Jan Steffens heftig at archlinux.org
Sat Oct 31 11:47:32 UTC 2020


    Date: Saturday, October 31, 2020 @ 11:47:32
  Author: heftig
Revision: 399073

1.6-2

Modified:
  sof-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-31 09:38:26 UTC (rev 399072)
+++ PKGBUILD	2020-10-31 11:47:32 UTC (rev 399073)
@@ -2,7 +2,7 @@
 
 pkgname=sof-firmware
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Sound Open Firmware"
 arch=(any)
 url="https://www.sofproject.org/"
@@ -10,7 +10,7 @@
 options=(!strip)
 _tarname=sof-bin-stable-v$pkgver
 source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/stable-v$pkgver.tar.gz)
-sha256sums=('eda78eff9b0734a05f70edf1fd7406ab0965bef96d9e530258772fc756f57cea')
+sha256sums=('04c8ca78ce1e14276efc5b984e360341b4de0d56e50a25a2377f411c1b8e0e88')
 
 package() {
   cd $_tarname
@@ -18,7 +18,6 @@
   mkdir -p "$pkgdir/usr/lib/firmware"
   ROOT="$pkgdir/usr" SOF_VERSION=v$pkgver ./go.sh
 
-  install -Dt "$pkgdir/usr/bin" tools/v$pkgver/*
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
 }
 



More information about the arch-commits mailing list