If you encounter build errors please update your PKGBUILD with git pull
. I am planning on adding major changes to build system in the near future.
Search Criteria
Package Details: bubblejail-git 0.8.3.r534.fd731b2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bubblejail-git.git (read-only, click to copy) |
---|---|
Package Base: | bubblejail-git |
Description: | Bubblewrap based sandboxing utility |
Upstream URL: | https://github.com/igo95862/bubblejail |
Keywords: | sandbox |
Licenses: | GPL3 |
Conflicts: | bubblejail |
Provides: | bubblejail |
Submitter: | igo95862 |
Maintainer: | igo95862 |
Last Packager: | igo95862 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-16 23:45 (UTC) |
Last Updated: | 2024-05-25 15:26 (UTC) |
Dependencies (18)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-overlayfsAUR, bubblewrap-suid)
- desktop-file-utils (desktop-file-utils-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnotify (libnotify-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pyqt6
- python-pyxdg
- python-tomli-w
- xdg-dbus-proxy
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- linux-headers (make)
- meson (meson-gitAUR) (make)
- python-jinja (make)
- scdoc (scdoc-gitAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – completions for bash shell
- fish (fish-gitAUR) (optional) – completions for fish shell
- slirp4netns (slirp4netns-gitAUR) (optional) – Namespaced networking stack
Required by (0)
Sources (2)
igo95862 commented on 2024-05-18 14:54 (UTC)
igo95862 commented on 2023-10-28 08:07 (UTC) (edited on 2023-10-28 08:09 (UTC) by igo95862)
@xiota
Pacman knows that RC versions are lower than numeric versions. You can use vercmp
command to check. vercmp 0.8.RC2.r473 0.8.0
return -1
which means RC version is lower than numeric.
They say that REVISION is a monotonically increasing number that uniquely identifies the source tree
. The total count of commits totally fits this monotonic requirement. I would even say it is more monotonic than the number of commits since last tag.
Also reducing the REVISION now would result new packages being considered lower version than existing ones.
igo95862 commented on 2023-06-17 13:49 (UTC)
@xiota I implemented the fixes. Thank you for pointing them out.
As for pkgver() I used a slightly different solution that does not involve sed
.
igo95862 commented on 2022-06-22 18:20 (UTC)
Tests should be fixed now.
igo95862 commented on 2022-06-22 13:29 (UTC)
@Nonie689 yeah, when I moved the packages I forgot to update the module location.
Pinned Comments
igo95862 commented on 2024-05-18 14:54 (UTC)
If you encounter build errors please update your PKGBUILD with
git pull
. I am planning on adding major changes to build system in the near future.