From 89c61e140f88c4a09a5d81f02732edad870b9e2a Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Fri, 3 Feb 2023 19:13:23 +0100 Subject: [PATCH] praat: update to 6.3.06 --- srcpkgs/praat/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template index 353d62ec85f6..c4b7985adc25 100644 --- a/srcpkgs/praat/template +++ b/srcpkgs/praat/template @@ -1,6 +1,6 @@ # Template file for 'praat' pkgname=praat -version=6.3.03 +version=6.3.06 revision=1 create_wrksrc=yes hostmakedepends="pkg-config" @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="https://www.fon.hum.uva.nl/praat/" changelog="https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html" distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz" -checksum=f7e94afab17030ea90a17f84e810aedde0cdc6493ce4b1d39c97106d365c1b30 +checksum=9755346bafd29b4ee9ab7e5d909bb23b000ef00ba12f8c896530d1e67450fdae # there are a number of pre-defined Makefiles for certain configurations # build options are used to choose which one to use among a selected few @@ -62,10 +62,6 @@ do_install() { do_check() { cd "${pkgname}-${version}/test" - # remove failing tests - # Error: Cannot edit a Sound from batch - rm fon/closeEditor_GUI.praat - rm script/runScript.praat ../../praat --run runAllTests_batch.praat ../../praat_nogui --run runAllTests_batch.praat }