From 884862f287b33adf1db78f73226b07774ad38bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 3 May 2018 20:14:27 +0200 Subject: [PATCH] libao: update to 1.2.2. --- srcpkgs/libao/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libao/template b/srcpkgs/libao/template index e22cc407e66..3636ddb4b3c 100644 --- a/srcpkgs/libao/template +++ b/srcpkgs/libao/template @@ -1,18 +1,18 @@ # Template file for 'libao' pkgname=libao -version=1.2.0 -revision=8 +version=1.2.2 +revision=1 build_style=gnu-configure configure_args="--enable-alsa-mmap" hostmakedepends="automake libtool pkg-config" makedepends="alsa-lib-devel pulseaudio-devel sndio-devel" conf_files="/etc/libao.conf" -homepage="http://xiph.org/ao/" short_desc="Cross-platform audio output library" maintainer="Juan RP " -license="GPL-2" -distfiles="http://downloads.xiph.org/releases/ao/${pkgname}-${version}.tar.gz" -checksum=03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf +license="GPL-2.0-or-later" +homepage="https://xiph.org/ao/" +distfiles="https://github.com/xiph/libao/archive/${version}.tar.gz" +checksum=df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d pre_configure() { autoreconf -fi