diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template index 0e7469d7a6f..353d62ec85f 100644 --- a/srcpkgs/praat/template +++ b/srcpkgs/praat/template @@ -1,6 +1,6 @@ # Template file for 'praat' pkgname=praat -version=6.3.01 +version=6.3.03 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=038916781a8f8b4c78bf9d153e3f5a81dc42166d8d4bfecd28b1265004592f8d +checksum=f7e94afab17030ea90a17f84e810aedde0cdc6493ce4b1d39c97106d365c1b30 # 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,6 +62,10 @@ 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 }