From df31abf3c0f122df9ddf6a10973cb88dcc7c9f08 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 10 Sep 2020 22:46:04 -0700 Subject: [PATCH] flite: revbump for alsa-libs compatibility I was seeing an undefined symbol (provided by alsa-libs) and a revbump fixed it. Note this was on aarch64. --- srcpkgs/flite/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/flite/template b/srcpkgs/flite/template index 010a0a03d8c102..037240600d69b4 100644 --- a/srcpkgs/flite/template +++ b/srcpkgs/flite/template @@ -1,7 +1,7 @@ # Template file for 'flite' pkgname=flite version=2.1 -revision=1 +revision=2 wrksrc="flite-${version}-release" build_style=gnu-configure configure_args="--enable-shared --with-audio=alsa"