Package Details: ibazel-git master-1

Git Clone URL: https://aur.archlinux.org/ibazel-git.git (read-only, click to copy)
Package Base: ibazel-git
Description: Tool for building Bazel targets when source files change.
Upstream URL: https://github.com/bazelbuild/bazel-watcher
Licenses: Apache 2.0
Submitter: justbuchanan
Maintainer: justbuchanan
Last Packager: justbuchanan
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-14 04:41 (UTC)
Last Updated: 2024-09-25 22:17 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

justbuchanan commented on 2024-09-25 22:20 (UTC)

I just pushed an updated PKGBUILD, which makes it compatible with newer versions of ibazel (they moved the build target to a different directory).

However, I'm not seeing the same bazel version issue you're having. I'm also using bazel 7.3.1 and the build is succeeding on my computer.

qdii commented on 2024-09-25 20:32 (UTC)

==> Starting build()...
ERROR: The project you're trying to build requires Bazel 5.4.0 (specified in /home/qdii/.cache/yay/ibazel-git/src/bazel-watcher/.bazelversion), but it wasn't found in /usr/bin.
❯ bazel --version
bazel 7.3.1

Would it be possible to get an update? :)

xantares commented on 2020-04-25 13:52 (UTC) (edited on 2020-04-25 13:52 (UTC) by xantares)

it should probably conflict with ibazel, please add:

provides=('ibazel')

conflicts=('ibazel')