summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2018-11-11 23:20:44 -0700
committerThayne McCombs2018-11-11 23:25:39 -0700
commitd1d1b43e4e18828a6d9bc2aab841bd9e1668e9ec (patch)
tree341e5b66dc550838dbeda5eacb093997a546f326
parent6b7a586d185e859118f94f6744af44d30e5becef (diff)
downloadaur-d1d1b43e4e18828a6d9bc2aab841bd9e1668e9ec.tar.gz
Upgrade to 1.4.2
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 381a63d56335..d680786adbda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 1.3.2
- pkgrel = 2
+ pkgver = 1.4.2
+ pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
depends = scala>=2.12
- noextract = ammonite-repl-1.3.2
- source = ammonite-repl-1.3.2::https://github.com/lihaoyi/Ammonite/releases/download/1.3.2/2.12-1.3.2
- source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
+ depends = java-environment
+ noextract = ammonite-repl-1.4.2
+ source = ammonite-repl-1.4.2::https://github.com/lihaoyi/Ammonite/releases/download/1.4.2/2.12-1.4.2
+ source = https://github.com/lihaoyi/Ammonite/raw/1.4.2/LICENSE
sha256sums = 6c7a64be86e2eab6cd5e9d00d79ee18818a051fa22eebc05efb771969cb7cccc
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..772bcf2d62b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.xz
+/src
+/pkg
+LICENSE
+/ammonite-repl-*
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')