[arch-commits] Commit in alsa-firmware/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Wed May 1 02:09:14 UTC 2013
Date: Wednesday, May 1, 2013 @ 04:09:14
Author: heftig
Revision: 184014
arch=any (contents identical); more linux-firmware conflicts
Modified:
alsa-firmware/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-30 20:28:23 UTC (rev 184013)
+++ PKGBUILD 2013-05-01 02:09:14 UTC (rev 184014)
@@ -3,9 +3,9 @@
# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
pkgname=alsa-firmware
pkgver=1.0.27
-pkgrel=1
+pkgrel=2
pkgdesc="ALSA firmware package"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://alsa-project.org/"
license=('GPL')
source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
@@ -21,7 +21,7 @@
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
# remove files which conflicts with linux-firmware
- rm -rf ${pkgdir}/usr/lib/firmware/{ess,korg,sb16,yamaha}
+ 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
# remove empty dir
More information about the arch-commits
mailing list