summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchblue2018-05-13 22:13:28 +0800
committerarchblue2018-05-13 22:13:28 +0800
commitf8524387dc08782f24d5e9c5482fdba1edfe1df0 (patch)
tree757c25b32c0f64bf111abc3e9b1c4b509452566d
parent8983345824ae0ea7542c56c63811f2a96b04db56 (diff)
downloadaur-f8524387dc08782f24d5e9c5482fdba1edfe1df0.tar.gz
Add 'java-runtime-common' dependence
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df0a24a33f92..ea7ee3b0e886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="基于HTTP代理的百度网盘(Baidu)不限速下载,SwitchyOmega设
arch=("any")
url="https://github.com/monkeyWie/proxyee-down"
license=('Apache License 2.0')
-depends=('jre8' )
+depends=('jre8' ,'java-runtime-common')
makedepends=('unzip'
'binutils')
source=("https://github.com/monkeyWie/proxyee-down/releases/download/${pkgver}/proxyee-down-${pkgver}-jar.zip")