summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85aadf898fc7..09b25aba8e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ammonite
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
@@ -8,6 +8,7 @@ license=('MIT')
_scalaver=2.11.8
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
+noextract=("ammonite-repl-${pkgver}-${_scalaver}")
sha256sums=('bd023f4ef27fe318fc5b0d0bf348895b20eb64067b828da034defc28aa98272d')
install="${pkgname}.install"