From 67c1603dc6b4aa45909d2fa94f01cd70f3ad6b0e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 19 Mar 2019 15:24:27 -0300 Subject: [PATCH] bluez-alsa: update to 1.4.0. --- srcpkgs/bluez-alsa/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/bluez-alsa/template b/srcpkgs/bluez-alsa/template index 8992ffbb342..4d528dade7e 100644 --- a/srcpkgs/bluez-alsa/template +++ b/srcpkgs/bluez-alsa/template @@ -1,7 +1,7 @@ # Template file for 'bluez-alsa' pkgname=bluez-alsa -version=1.3.1 -revision=8 +version=1.4.0 +revision=1 build_style=gnu-configure configure_args="--enable-aac --disable-hcitop --enable-debug" hostmakedepends="pkg-config automake libtool" @@ -12,7 +12,7 @@ maintainer="Toyam Cox " license="MIT" homepage="https://github.com/Arkq/bluez-alsa" distfiles="https://github.com/Arkq/bluez-alsa/archive/v${version}.tar.gz" -checksum=29dad23877d0cf46a16e2f8d3746219e89068c33d052059caf1caaacd8b40cac +checksum=6287ae6135795a78470068ef9d9ea660d556cefc409905bd9211fda04d1e1f8e system_accounts="_bluez_alsa" _bluez_alsa_groups="audio" @@ -23,6 +23,6 @@ pre_configure() { post_install() { vinstall ${FILESDIR}/bluez_alsa.conf 644 etc/dbus-1/system.d/ - vlicense LICENSE.txt + vlicense LICENSE vsv bluez-alsa }