[arch-commits] Commit in alsa-utils/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Apr 15 06:33:26 UTC 2013


    Date: Monday, April 15, 2013 @ 08:33:25
  Author: tpowa
Revision: 182775

upgpkg: alsa-utils 1.0.27-1

bump to latest version

Modified:
  alsa-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-15 06:32:19 UTC (rev 182774)
+++ PKGBUILD	2013-04-15 06:33:25 UTC (rev 182775)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=alsa-utils
-pkgver=1.0.26
+pkgver=1.0.27
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -13,8 +13,6 @@
 makedepends=('xmlto' 'docbook-xsl')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-        alsa
-        alsa.conf.d
         90alsa)
 backup=(etc/conf.d/alsa)
 
@@ -29,14 +27,10 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
-  install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
   install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
 
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('4dcf1017fafc91603af96705c073eca9'
-         '2ba1a1cbf653bf1a69f8a720fd6549da'
-         '4c8ae9f976c7df5e271a4cb91ccc7767'
+md5sums=('cbfb21a24f63fb052b3392195639ce48'
          '529216f6a46e61a546640e08ea7a0879')




More information about the arch-commits mailing list