summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Thierer2020-01-16 22:25:39 +0100
committerMartin Thierer2020-01-18 14:27:02 +0100
commit9ed3bea0d8dc2455e6198cdc9316f80f513ac6b8 (patch)
tree809df62a728de647e89a786b377d65c4cbb3b0e3 /PKGBUILD
parentc7a9d48a787ab6b5541edc4bca47c5e9d66547c5 (diff)
downloadpackages-9ed3bea0d8dc2455e6198cdc9316f80f513ac6b8.tar.gz
packages-9ed3bea0d8dc2455e6198cdc9316f80f513ac6b8.tar.bz2
packages-9ed3bea0d8dc2455e6198cdc9316f80f513ac6b8.zip
Remove unnecessary dependency on ant
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbf514a..0a3ebe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('any')
13url="https://github.com/reds-heig/logisim-evolution" 13url="https://github.com/reds-heig/logisim-evolution"
14license=('GPL3') 14license=('GPL3')
15depends=('java-runtime=8' 'bash' 'hicolor-icon-theme') 15depends=('java-runtime=8' 'bash' 'hicolor-icon-theme')
16makedepends=('java-environment-openjdk=8' 'apache-ant') 16makedepends=('java-environment-openjdk=8')
17 17
18source=("${pkgname}-${pkgver}.tar.gz::https://github.com/reds-heig/logisim-evolution/archive/v${pkgver}.tar.gz" 18source=("${pkgname}-${pkgver}.tar.gz::https://github.com/reds-heig/logisim-evolution/archive/v${pkgver}.tar.gz"
19 'logisim-evolution.desktop' 19 'logisim-evolution.desktop'