[arch-commits] Commit in alsa-firmware/repos/extra-any (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Jun 18 06:02:46 UTC 2014


    Date: Wednesday, June 18, 2014 @ 08:02:46
  Author: tpowa
Revision: 215270

archrelease: copy trunk to extra-any

Added:
  alsa-firmware/repos/extra-any/PKGBUILD
    (from rev 215269, alsa-firmware/trunk/PKGBUILD)
Deleted:
  alsa-firmware/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-18 06:02:41 UTC (rev 215269)
+++ PKGBUILD	2014-06-18 06:02:46 UTC (rev 215270)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
-pkgname=alsa-firmware
-pkgver=1.0.27
-pkgrel=2
-pkgdesc="ALSA firmware package"
-arch=('any')
-url="http://alsa-project.org/"
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
-options=(!strip)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # remove files which conflicts 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
-  # remove empty dir
-  rm -rf ${pkgdir}/usr/bin
-}
-md5sums=('b373b350d5151dd7d64db2fc12936b04')

Copied: alsa-firmware/repos/extra-any/PKGBUILD (from rev 215269, alsa-firmware/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-18 06:02:46 UTC (rev 215270)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
+pkgname=alsa-firmware
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="ALSA firmware package"
+arch=('any')
+url="http://alsa-project.org/"
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # remove files which conflicts 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
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
+}
+md5sums=('0615aedafe8251fdf835b68ea3463559')




More information about the arch-commits mailing list