Search Criteria
Package Details: logcli-git 2.1.0.r1530.gb3f6f6b41-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/logcli-git.git (read-only, click to copy) |
---|---|
Package Base: | logcli-git |
Description: | LogCLI allows users to run LogQL queries against a Loki server |
Upstream URL: | https://github.com/grafana/loki |
Licenses: | AGPL |
Provides: | logcli |
Submitter: | NAHFE |
Maintainer: | NAHFE |
Last Packager: | NAHFE |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-08 01:20 (UTC) |
Last Updated: | 2022-05-04 10:45 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
Thulinma commented on 2022-12-21 17:39 (UTC)
Hey there! Building this package today results in a version string "helm.loki.3.8.0.r10.gd36dd9edc-1", which by most AUR helpers is considered to be lower than "2.1.0.r1530.gb3f6f6b41-1" (the version of this package). In principle no problem, but it means such helpers will continuously attempt to rebuild this package, thinking it's out of date (when it really isn't).
Could you possibly change the pkgver sed command to something like "sed 's/^v//;s/([^-]*-g)/r\1/;s/-/./g;s/helm.loki.//g'" so that it removes the "helm.loki." prefix and orders correctly again?
Many thanks in advance ^_^