From 47d0d50f5d816c165f1a37a40afb6515c46acd9a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 May 2013 20:25:48 +0200 Subject: [PATCH] alsa-utils: update to 1.0.27.1. --- srcpkgs/alsa-utils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/alsa-utils/template b/srcpkgs/alsa-utils/template index b6e823d57db..0027de9edbe 100644 --- a/srcpkgs/alsa-utils/template +++ b/srcpkgs/alsa-utils/template @@ -1,6 +1,6 @@ # Template build file for 'alsa-utils'. pkgname=alsa-utils -version=1.0.27 +version=1.0.27.1 revision=1 build_style=gnu-configure configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system @@ -12,7 +12,7 @@ maintainer="Juan RP " homepage="http://www.alsa-project.org" license="GPL-2" distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2" -checksum=6f76cd77341ceb22949c4fb9d4df145483f56baa899f0621d617b8df96a45aef +checksum=3de65a2fae0ce679027be24cf477935d901038fa8bf7056130ea368e449a9350 long_desc=" The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. @@ -24,6 +24,6 @@ alsa-utils_package() { depends="alsa-lib>=1.0.27" make_dirs="/var/lib/alsa 0750 root root" pkg_install() { - vmove usr + vmove all } }