summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-05-09 20:01:56 -0400
committerAndrew Sun2019-05-09 20:01:56 -0400
commit3f4f30ed49c5c9e57c4949a6defc1053697a5907 (patch)
treee8407d25f46e3cc3be28c42ab85839305920e855 /PKGBUILD
parent9a616994953544a9cae7afee4da02078ecb011eb (diff)
downloadaur-3f4f30ed49c5c9e57c4949a6defc1053697a5907.tar.gz
remove unnecessary makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4271a3ca59d6..d8f1ba366ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://x-stream.github.io/"
license=('BSD')
depends=('java-environment')
-makedepends=('maven' 'unzip')
+makedepends=('maven')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/x-stream/xstream/archive/${pkgname^^}_${pkgver//./_}.tar.gz")
sha256sums=('eef0a6663e845960d1816fe020aad19f9da5216f99cd371ea7e13f6829261c8d')