summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiqiao Wang2018-10-20 16:25:32 -0400
committerYiqiao Wang2018-10-20 16:25:32 -0400
commit29d6f895718998beeea0d2f805ac07721fe5b7b6 (patch)
tree63fe51f8b676862595208a19df7735ac138b7d10
parent81b5eb37056a2caf44009e2a83e5691afd8272d4 (diff)
downloadaur-29d6f895718998beeea0d2f805ac07721fe5b7b6.tar.gz
ammonite 1.3.2-1
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f11582c8583..de80f465f2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: wenLiangcan <boxeed at gmail dot com>
-
+# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
+# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
@@ -12,7 +12,7 @@ depends=("scala>=${_scalaver}")
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${_scalaver}-${pkgver}"
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('2cbbec93b8ace067f9fcaa30615b1d815b3a094b1c2c2ec5c09ef6a3fcc954ad'
+sha256sums=('6c7a64be86e2eab6cd5e9d00d79ee18818a051fa22eebc05efb771969cb7cccc'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"
@@ -20,4 +20,3 @@ package() {
install -Dm755 "ammonite-repl-${pkgver}" "${pkgdir}/usr/bin/amm"
install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-