Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
sbt
Commits:
45c803b3 by Jelle van der Waa at 2023-09-03T11:19:42+02:00
Add rsync as optional dependency
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,13 @@
pkgname=sbt
epoch=1
pkgver=1.8.2
-pkgrel=1
+pkgrel=2
pkgdesc='The interactive build tool'
arch=('any')
url='https://www.scala-sbt.org/'
license=('BSD')
depends=('java-runtime-headless' 'sh')
+optdepends=('rsync: offline installation support')
IFS='.' read -a _pkgver <<< "${pkgver}"
_majorver=${_pkgver[0]}.x
install=sbt.install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbt/-/commit/45c803b3edb3764fe656397ca98f502cd248649c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbt/-/commit/45c803b3edb3764fe656397ca98f502cd248649c
You're receiving this email because of your account on gitlab.archlinux.org.