Package Details: bloop 2.0.9-1

Git Clone URL: https://aur.archlinux.org/bloop.git (read-only, click to copy)
Package Base: bloop
Description: Bloop gives you fast edit/compile/test workflows for Scala.
Upstream URL: https://scalacenter.github.io/bloop/
Keywords: build compilation developer scala server
Licenses: Apache
Submitter: TheElectronWill
Maintainer: gonsolo
Last Packager: gonsolo
Votes: 16
Popularity: 0.141915
First Submitted: 2018-06-25 18:01 (UTC)
Last Updated: 2025-03-25 20:49 (UTC)

Dependencies (2)

Required by (2)

Sources (4)

Pinned Comments

TheElectronWill commented on 2020-05-19 12:36 (UTC) (edited on 2020-05-19 12:38 (UTC) by TheElectronWill)

This official package no longer includes the systemd service since it may cause issues with Bloop clients (cf. comments on PR #1284). It is now in a separate package bloop-systemd

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

japgolly commented on 2020-01-13 20:32 (UTC)

Doesn't work for me. 1) systemctl enable bloop doesn't work (even after daemon-reload); had to find where the unit file was being installed and systemctl enable the full path. 2) Fails to start (via systemd) and says "No such file or directory: 'java'"

02m commented on 2019-12-20 05:43 (UTC)

Needed to clean "yay" cache for "bloop" for the "ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace." error to go away.

bloopoid commented on 2019-12-18 22:06 (UTC)

Should be fixed now, thanks for reporting

nichobi commented on 2019-12-18 19:40 (UTC)

The new pkgver "1.4.0-RC1" is invalid due to the hyphen. Getting the following error on install: ==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.

TheElectronWill commented on 2019-10-04 22:30 (UTC)

I've updated the PKGBUILD to rename "install.py" to a more unique (and version-dependent) name. This should force the AUR helpers to download the latest file instead of using an outdated one.

TheElectronWill commented on 2019-10-04 05:22 (UTC) (edited on 2019-10-04 05:33 (UTC) by TheElectronWill)

I disagree: https://github.com/scalacenter/bloop/releases/download/v1.3.3/install.py has hash 31da9f6fda0522b2abf6230901b60c77d38bcb215fc8a22c74e1a92f49475bbf.

The hash you've got is the one of Bloop v1.2.5, it looks like you're using old build files.

02m commented on 2019-10-04 04:48 (UTC)

The diff required to build is the following:

-sha256sums=('31da9f6fda0522b2abf6230901b60c77d38bcb215fc8a22c74e1a92f49475bbf')
+sha256sums=('1c03fdfad20ff89f8490baeff370d3012dad387a987ad801a04d74db3037b837')

02m commented on 2019-10-03 06:19 (UTC)

Install fails with:

==> Validating source files with sha256sums... install.py ... FAILED

TheElectronWill commented on 2019-07-11 15:27 (UTC)

Hello, the package is now automatically updated by Bloopoid on new releases. I can modify it temporarily but I'll make a PR to remove the unnecessary dependency.