From 59f48df7999ddc3852060ea37d1e518b652ee0b9 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.07 --- srcpkgs/praat/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template index 353d62ec85f6..8410101f73eb 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.07 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=ce00158a90ec838e37d708785f8d36875c5deb05b9822ab4afc8c6b815b28da7 # 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 }