summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrederik2018-05-29 18:17:11 +0200
committerfrederik2018-05-29 18:17:11 +0200
commit24573b1eb03d286e562a5c5f929b9faaf76b27c6 (patch)
tree3ee70e7d3ccb29e0d0a566631acfd2616d8bf40b /PKGBUILD
parent6b42f9bfc9a1c35b467363c1d0438c7a2367e7a9 (diff)
downloadaur-24573b1eb03d286e562a5c5f929b9faaf76b27c6.tar.gz
fix optdepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f2dcd10f748..87df07635272 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ sha512sums=('5993ccd995c129765aee395f18edfdd66486055b63a85410f323e56fd3540484b08
package_webstorm() {
optdepends=('webstorm-jre: JetBrains custom Java Runtime (Recommended)'
- 'java-runtime>=8: JRE - Required if webstorm-jre is not installed'
+ 'java-runtime: JRE - Required if webstorm-jre is not installed'
'gnome-keyring: save login/deployment credentials safely')
install -d -m 755 "${pkgdir}/opt/"