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

Jan Steffens heftig at archlinux.org
Fri Dec 11 00:23:42 UTC 2020


    Date: Friday, December 11, 2020 @ 00:23:41
  Author: heftig
Revision: 403949

1.6-3

Modified:
  sof-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 22:03:27 UTC (rev 403948)
+++ PKGBUILD	2020-12-11 00:23:41 UTC (rev 403949)
@@ -2,15 +2,16 @@
 
 pkgname=sof-firmware
 pkgver=1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Sound Open Firmware"
 arch=(any)
 url="https://www.sofproject.org/"
 license=(custom:BSD custom:ISC)
 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=('04c8ca78ce1e14276efc5b984e360341b4de0d56e50a25a2377f411c1b8e0e88')
+_commit=faa5bdc276651f3f8b7c77612fff770bd778987b
+_tarname=sof-bin-$_commit
+source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/$_commit.tar.gz)
+sha256sums=('f4ce1ad9422eeb0a4c5710c1873801ca5a598ed68aa5ed4418a27efc66ad2045')
 
 package() {
   cd $_tarname



More information about the arch-commits mailing list