summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorben2020-06-10 21:08:16 +0200
committerTorben2020-06-10 23:50:50 +0200
commit9da681fc887c57343e74365bcaa12da7775bada9 (patch)
treefdbc1fc4e5f2d89fb9ff26faf6f67e84a40f526c /PKGBUILD
parent25d2c07ead309040cff3ba0a9867b3f255975dcf (diff)
downloadaur-9da681fc887c57343e74365bcaa12da7775bada9.tar.gz
Fix dependency names
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f5f5f1efb97..0bccd835edad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=(GPL LGPL)
provides=(processing)
conflicts=(processing processing-bin)
depends=('jdk8' 'libgl')
-makedepends=('apache-ant' 'gendesk' 'unzip')
+makedepends=('ant' 'gendesk' 'unzip')
options=(!strip)
# The Processing version scheme for the 3.5.x series uses a special magical
# version number above 0266 in addition to the ordinary version number.