From 4046d0f85d08092f12b13337ce2f31e186ef4740 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 24 Jul 2018 22:34:00 +0200 Subject: [PATCH] audacity: fix build order. --- srcpkgs/audacity/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index cf70e013609..5bdc939a2e4 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -1,13 +1,13 @@ # Template file for 'audacity' pkgname=audacity version=2.2.2 -revision=2 +revision=3 wrksrc="${pkgname}-Audacity-${version}" build_style=gnu-configure hostmakedepends="pkg-config cmake libtool m4" makedepends="jack-devel wxWidgets-devel gtk+-devel libmad-devel soundtouch-devel libsoxr-devel - vamp-plugin-sdk-devel lame-devel libid3tag-devel" + vamp-plugin-sdk-devel lame-devel libid3tag-devel libflac-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Graphical cross-platform audio editor" maintainer="Leah Neukirchen "