alsa-utils update to 1.0.27.2

This commit is contained in:
Francesco 2013-11-11 14:55:54 +00:00
parent ec9524cc04
commit c14016692a

View File

@ -1,8 +1,8 @@
# Maintainer: abveritas@chakra-project.org
pkgname=alsa-utils
pkgver=1.0.26
pkgrel=2
pkgver=1.0.27.2
pkgrel=1
pkgdesc="An alternative implementation of Linux sound support"
arch=('x86_64')
url="http://www.alsa-project.org"
@ -13,7 +13,7 @@ license=('GPL')
source=("ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2"
'alsa.conf.d'
'90alsa')
md5sums=('4dcf1017fafc91603af96705c073eca9'
md5sums=('b65e9a04181bd7c9db7667a4566f8dc3'
'4c8ae9f976c7df5e271a4cb91ccc7767'
'529216f6a46e61a546640e08ea7a0879')
backup=(etc/conf.d/alsa)
@ -35,4 +35,3 @@ package() {
# dir where to save ALSA state
install -d ${pkgdir}/var/lib/alsa
}