New comment by kaistian on void-packages repository https://github.com/void-linux/void-packages/pull/25869#issuecomment-716141480 Comment: Can someone help with the failed check? The first issue I had was ``` license="metapackage" ``` I changed that to and did a force push ``` license="BSD-2-Clause" # Suppress xlint warning: vlicense ``` But still the Travis check fails. Is it because of `archs=noarch` ? If so, what should it be replaced with?