summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiuyang liu2020-01-02 02:32:47 +0000
committerJiuyang liu2020-01-02 02:32:47 +0000
commit50a52a1a379a62b83c4eadc74e07b32be802da08 (patch)
treea759bb62a9682e972ffc7c444945056bcc651507 /PKGBUILD
parent11181fa2add9f1ff06aa736c7a92b1dbc084891e (diff)
downloadaur-50a52a1a379a62b83c4eadc74e07b32be802da08.tar.gz
remove dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 204078bc3b33..400c803b1d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=ammonite
_scalaversion=2.12.10
pkgname=ammonite-git
-pkgver=r2253.fe66234e
+pkgver=r2254.2f22969a
pkgrel=1
pkgdesc="Scala Scripting"
arch=(any)
url="http://$_pkgname.io"
license=('MIT')
-makedepends=('mill' 'scala')
+makedepends=('mill')
depends=('bash' 'java-environment')
replaces=('$_pkgname')
source=("git+https://github.com/lihaoyi/ammonite.git")