Date: Saturday, October 17, 2020 @ 18:06:18 Author: dvzrv Revision: 398531
upgpkg: alsa-firmware 1.2.4-1: Upgrade to 1.2.4. Switch to github project as upstream, as the main website does not provide latest tarballs. Update maintainer info. Modified: alsa-firmware/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-17 18:06:00 UTC (rev 398530) +++ PKGBUILD 2020-10-17 18:06:18 UTC (rev 398531) @@ -1,5 +1,5 @@ -# Maintainer: Tobias Powalowski <[email protected]> -# Contributor: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> +# Contributor: Tobias Powalowski <[email protected]> # Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com> # NOTE: mixartloader/miXart8.elf is a blob lacking full RELRO and PIE @@ -6,15 +6,16 @@ # https://mailman.alsa-project.org/pipermail/alsa-devel/2020-January/161887.html pkgname=alsa-firmware -pkgver=1.2.1 -pkgrel=2 +pkgver=1.2.4 +pkgrel=1 pkgdesc="Firmware binaries for loader programs in alsa-tools and hotplug firmware loader" arch=('any') url="https://alsa-project.org/" license=('BSD' 'GPL2' 'LGPL2.1' 'custom') -source=("https://www.alsa-project.org/files/pub/firmware/$pkgname-$pkgver.tar.bz2") +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz") options=(!strip) -sha512sums=('573bb13d47309253afa7d4d04ef13a7a5e4d18d8f89b1339630266f0ef6638cbb9381b3efce2604ea63fc9cf90a55ecaecf8eb2cccd58da04d0d283a245618b1') +sha512sums=('f85c003f2d5c73e1623fd3902d8297101dbd2e698bf0c0441a136fbbeffa7fe6a65ea9b7c4a12291a5d8d838f801b1e3df5fb422be52935de811858532a81295') +b2sums=('3a03372f9cd97f99d9e44803eb82bce1164882eda0af91505ae0c05acfd9e61e30c243ab36960fe4b07fa9e469cf4ea1d0f401e75269ffcf24784b1975018e60') prepare() { cd "$pkgname-$pkgver" @@ -32,7 +33,7 @@ package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install - # remove files which conflicts with linux-firmware + # remove files which conflict with linux-firmware rm -rf "${pkgdir}"/usr/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha} # remove broken symlinks (broken upstream) rm -rf "${pkgdir}"/usr/lib/firmware/turtlebeach
