bluez-alsa: update to 1.4.0.

This commit is contained in:
maxice8 2019-03-19 15:24:27 -03:00 committed by Toyam Cox
parent 1f6e6de3cc
commit 67c1603dc6
1 changed files with 4 additions and 4 deletions

View File

@ -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 <Vaelatern@voidlinux.org>"
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
}