alsa-utils: update to 1.0.27.1.

This commit is contained in:
Juan RP 2013-05-26 20:25:48 +02:00
parent e3077fb067
commit 47d0d50f5d

View file

@ -1,6 +1,6 @@
# Template build file for 'alsa-utils'. # Template build file for 'alsa-utils'.
pkgname=alsa-utils pkgname=alsa-utils
version=1.0.27 version=1.0.27.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.alsa-project.org" homepage="http://www.alsa-project.org"
license="GPL-2" license="GPL-2"
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
checksum=6f76cd77341ceb22949c4fb9d4df145483f56baa899f0621d617b8df96a45aef checksum=3de65a2fae0ce679027be24cf477935d901038fa8bf7056130ea368e449a9350
long_desc=" long_desc="
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. functionality to the Linux operating system.
@ -24,6 +24,6 @@ alsa-utils_package() {
depends="alsa-lib>=1.0.27" depends="alsa-lib>=1.0.27"
make_dirs="/var/lib/alsa 0750 root root" make_dirs="/var/lib/alsa 0750 root root"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }