praat: update to 6.3.07

This commit is contained in:
newbluemoon 2023-02-03 19:13:23 +01:00 committed by Michal Vasilek
parent 6f7c5976af
commit 1306f15907
1 changed files with 2 additions and 6 deletions

View File

@ -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
}