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

Dave Reisner dreisner at archlinux.org
Sun Aug 7 16:20:43 UTC 2011


    Date: Sunday, August 7, 2011 @ 12:20:42
  Author: dreisner
Revision: 134698

upgpkg: alsa-utils 1.0.24.2-2
rebuild to add systemd unit files

Modified:
  alsa-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-07 16:15:31 UTC (rev 134697)
+++ PKGBUILD	2011-08-07 16:20:42 UTC (rev 134698)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.24.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org"
@@ -18,11 +18,16 @@
         alsa.conf.d
         90alsa)
 backup=(etc/conf.d/alsa)
+md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
+         '2ba1a1cbf653bf1a69f8a720fd6549da'
+         '62ebef77d5617d0036012cc541dcf23c'
+         '4c8ae9f976c7df5e271a4cb91ccc7767'
+         '529216f6a46e61a546640e08ea7a0879')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ../alsaconf.patch
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-systemdsystemunitdir=/lib/systemd/system
   make
 }
 
@@ -35,8 +40,3 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
-         '2ba1a1cbf653bf1a69f8a720fd6549da'
-         '62ebef77d5617d0036012cc541dcf23c'
-         '4c8ae9f976c7df5e271a4cb91ccc7767'
-         '529216f6a46e61a546640e08ea7a0879')




More information about the arch-commits mailing list