Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
1.6.1-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@405025 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig authored and svntogit committed Dec 27, 2020
1 parent 4212177 commit 3dffc2a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>

pkgname=sof-firmware
pkgver=1.6
pkgrel=3
pkgver=1.6.1
pkgrel=1
pkgdesc="Sound Open Firmware"
arch=(any)
url="https://www.sofproject.org/"
license=(custom:BSD custom:ISC)
options=(!strip)
_commit=faa5bdc276651f3f8b7c77612fff770bd778987b
_tarname=sof-bin-$_commit
source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/$_commit.tar.gz)
sha256sums=('f4ce1ad9422eeb0a4c5710c1873801ca5a598ed68aa5ed4418a27efc66ad2045')
_tarname=sof-bin-$pkgver
source=($_tarname.tar.gz::https://github.com/thesofproject/sof-bin/archive/v$pkgver.tar.gz)
sha256sums=('587b320030bc84de1aacba5d86d89ba1a4f67201baf8b9b61bb885af60643bfb')

package() {
cd $_tarname
Expand Down

0 comments on commit 3dffc2a

Please sign in to comment.