summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchblue2018-05-14 05:00:27 +0800
committerarchblue2018-05-14 05:00:27 +0800
commit6e72e48c2207b3c771bffbdc6e98b1aa32dd5ffc (patch)
tree7749c7d4ac5ba02205b7fda78683ddf15889d9ee
parent22112dd64c76ff60944e8176eda268cc8be54b50 (diff)
downloadaur-6e72e48c2207b3c771bffbdc6e98b1aa32dd5ffc.tar.gz
fix makedepends,eg.unzip,binutils
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc2fb5c3703c..848e6a852e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ arch=("any")
url="https://github.com/monkeyWie/proxyee-down"
license=('Apache License 2.0')
depends=('jre8-openjdk')
+makedepends=('unzip'
+ 'binutils')
source=("https://github.com/monkeyWie/proxyee-down/releases/download/${pkgver}/proxyee-down-${pkgver}-jar.zip")
md5sums=('SKIP')