summaryrefslogtreecommitdiff
path: root/extra/alsa-utils/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-18 00:07:00 -0700
committerroot <root@rshg054.dnsready.net>2013-04-18 00:07:00 -0700
commit55c3b92ede6a3b9eb17f254b338931f01a3ea5c6 (patch)
tree8d01afa98e716f4c647bfb7dfcc2c3ed885fddc7 /extra/alsa-utils/PKGBUILD
parent0f02baec6afdab918d86a226ee9a984482b5a534 (diff)
Thu Apr 18 00:06:59 PDT 2013
Diffstat (limited to 'extra/alsa-utils/PKGBUILD')
-rw-r--r--extra/alsa-utils/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/alsa-utils/PKGBUILD b/extra/alsa-utils/PKGBUILD
index e63024bb2..ff0ae1a20 100644
--- a/extra/alsa-utils/PKGBUILD
+++ b/extra/alsa-utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 182805 2013-04-15 13:03:31Z tpowa $
+# $Id: PKGBUILD 183071 2013-04-17 07:11:00Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=alsa-utils
pkgver=1.0.27
-pkgrel=3
+pkgrel=4
pkgdesc="An alternative implementation of Linux sound support"
arch=('i686' 'x86_64')
url="http://www.alsa-project.org"
@@ -15,13 +15,15 @@ license=('GPL')
source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
90alsa
alsa-restore-1.0.27.service.patch
- alsactl-fix-buffer-overflow-1.0.27.patch)
+ alsactl-fix-buffer-overflow-1.0.27.patch
+ arecord-1.0.27.patch)
backup=(etc/conf.d/alsa)
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
+ patch -Np1 -i ${srcdir}/arecord-1.0.27.patch
}
build() {
@@ -43,4 +45,5 @@ package() {
md5sums=('cbfb21a24f63fb052b3392195639ce48'
'529216f6a46e61a546640e08ea7a0879'
'0a27f7b80351d6baa274c32d859bf037'
- 'cd577445636542f9f60b420e4ffe3f0f')
+ 'cd577445636542f9f60b420e4ffe3f0f'
+ 'cecb38f03bd245d0584bfd63370e9a05')