gnome-recipes: remove superfluous do_check.

Closes #9594.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-27 20:30:06 -02:00 committed by Enno Boland
parent 1812daf907
commit 8da11fc66f
1 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,3 @@ homepage="https://wiki.gnome.org/Apps/Recipes"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=1be9d2fcb7404a97aa029d2409880643f15071c37039247a6a4320e7478cd5fb
nocross=https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/2155/steps/shell_3/logs/stdio
do_check() {
ninja -C build test
}