* update alsa-utils to 1.1.9
This commit is contained in:
parent
8d663cff1e
commit
cae5fad1fc
@ -3,7 +3,7 @@
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=alsa-utils
|
||||
pkgver=1.1.8
|
||||
pkgver=1.1.9
|
||||
pkgrel=1
|
||||
pkgdesc="An alternative implementation of Linux sound support"
|
||||
arch=(x86_64 powerpc64le)
|
||||
@ -13,11 +13,11 @@ depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 'fftw')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'systemd')
|
||||
license=('GPL')
|
||||
source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
|
||||
sha256sums=('fd9bf528922b3829a91913b89a1858c58a0b24271a7b5f529923aa9ea12fa4cf')
|
||||
sha256sums=('5ddf2cbddb4bd1a4a2a6492a09c25898b08c3ad64893c3655be14194cf0a213a')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure --build=$CHOST --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
|
||||
./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
|
||||
--with-udev-rules-dir=/usr/lib/udev/rules.d \
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user