community/apache-ant: tests require itself; disable

This commit is contained in:
A. Wilcox 2018-01-28 13:04:24 -06:00
parent 7991eb4d90
commit b5b2b5a7d6
No known key found for this signature in database
GPG Key ID: CB29CB51922B9D14

View File

@ -7,6 +7,7 @@ pkgrel=0
pkgdesc="A java-based build tool."
url="http://ant.apache.org/"
arch="noarch"
options="!check" # Needs itself for testing.
license="Apache-2.0"
depends="openjdk8-jre-base"
makedepends=""