summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPawel Dzieciolowski2018-08-20 21:17:18 +0200
committerPawel Dzieciolowski2018-08-20 21:17:18 +0200
commit4eabf01de53d59d6e5c269eea1cde8aa978cc77a (patch)
tree778c6ce6fd865da5d96eb2749793baea6c1ef5ee /PKGBUILD
parentb1f552efeb796677ceea80080d671652cf6bf980 (diff)
downloadaur-4eabf01de53d59d6e5c269eea1cde8aa978cc77a.tar.gz
add maven dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2cada471393..1931f188c88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=kscript
pkgver=2.4.5
-pkgrel=1
+pkgrel=2
pkgdesc='Enhanced scripting support for Kotlin on *nix-based systems'
arch=('any')
url='https://github.com/holgerbrandl/kscript'
license=('MIT')
-depends=('kotlin')
+depends=('kotlin' 'maven')
source=("${pkgname}-${pkgver}.bin.zip::https://github.com/holgerbrandl/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-bin.zip")
sha256sums=('33dbb4bab37520c44c702a5e476fc40b9218ab8a60db47297ca66c1624ecc645')