Search Criteria
Package Details: rofi-blocks-git r50.0f33024-1
Git Clone URL: | https://aur.archlinux.org/rofi-blocks-git.git (read-only, click to copy) |
---|---|
Package Base: | rofi-blocks-git |
Description: | rofi modi for controlling rofi content through communication with an external program |
Upstream URL: | https://github.com/OmarCastro/rofi-blocks |
Keywords: | dmenu rofi |
Licenses: | |
Submitter: | fogine |
Maintainer: | fogine (OmarCastro) |
Last Packager: | fogine |
Votes: | 1 |
Popularity: | 0.008171 |
First Submitted: | 2020-03-19 13:40 |
Last Updated: | 2020-05-15 18:22 |
Dependencies (4)
- json-glib (json-glib-git)
- rofi (rofi-git, rofi-wayland-git, rofi-lbonn-wayland-git)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- git (git-git) (make)
Latest Comments
fogine commented on 2020-05-15 18:23
Thanks @jjbeard , fixed
jjbeard commented on 2020-05-15 18:04
The git rev id is wrong here: it's hardcoded to r1, which means the package will look out of date or not based on the git hash only, which is not monotonic.
It should look something like:
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
which gives "r50.0f33024"