summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0291eb0ee5a1..0f89b0d87ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 25 06:41:31 UTC 2018
+# Fri May 25 06:47:35 UTC 2018
pkgbase = apache-ant-10
pkgdesc = A java-based build tool
pkgver = 1.10.3
@@ -7,8 +7,7 @@ pkgbase = apache-ant-10
url = https://ant.apache.org/
arch = any
license = APACHE
- makedepends = java-environment>=8
- depends = java-runtime>=8
+ depends = java-environment>=8
optdepends = junit: to use the junit tasks
provides = apache-ant
provides = apache-ant-doc
diff --git a/PKGBUILD b/PKGBUILD
index feb56963fe44..df4e2644ca54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ pkgdesc='A java-based build tool'
license=('APACHE')
provides=('apache-ant' 'apache-ant-doc')
conflicts=('apache-ant' 'apache-ant-doc')
-depends=('java-runtime>=8')
-makedepends=('java-environment>=8')
+depends=('java-environment>=8')
optdepends=('junit: to use the junit tasks')
validpgpkeys=('CE8075A251547BEE249BC151A2115AE15F6B8B72') # Stefan Bodewig
source=("https://www.apache.org/dist/ant/source/apache-ant-${pkgver}-src.tar.bz2"{,.asc}