[arch-commits] Commit in sbt/trunk (PKGBUILD)

Guillaume Alaux guillaume at archlinux.org
Wed Aug 16 13:31:53 UTC 2017


    Date: Wednesday, August 16, 2017 @ 13:31:52
  Author: guillaume
Revision: 251307

Fix JRE minimum version

Modified:
  sbt/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 13:22:12 UTC (rev 251306)
+++ PKGBUILD	2017-08-16 13:31:52 UTC (rev 251307)
@@ -6,12 +6,12 @@
 pkgname=sbt
 epoch=1
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The interactive build tool'
 arch=('any')
 url='http://www.scala-sbt.org/'
 license=('BSD')
-depends=('java-runtime-headless' 'sh')
+depends=('java-runtime-headless=8' 'sh')
 IFS='.' read -a _pkgver <<< "${pkgver}"
 _majorver=${_pkgver[0]}.x
 install=sbt.install



More information about the arch-commits mailing list