summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2018-11-11 23:20:44 -0700
committerThayne McCombs2018-11-11 23:25:39 -0700
commitd1d1b43e4e18828a6d9bc2aab841bd9e1668e9ec (patch)
tree341e5b66dc550838dbeda5eacb093997a546f326 /PKGBUILD
parent6b7a586d185e859118f94f6744af44d30e5becef (diff)
downloadaur-d1d1b43e4e18828a6d9bc2aab841bd9e1668e9ec.tar.gz
Upgrade to 1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2319830f3a5..f57bc4e249dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
license=('MIT')
_scalaver=2.12
-depends=("scala>=${_scalaver}")
+depends=("scala>=${_scalaver}" java-environment)
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${_scalaver}-${pkgver}"
- 'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
+ "https://github.com/lihaoyi/Ammonite/raw/${pkgver}/LICENSE")
noextract=("ammonite-repl-${pkgver}")
sha256sums=('6c7a64be86e2eab6cd5e9d00d79ee18818a051fa22eebc05efb771969cb7cccc'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')