@crian: Oh, I see. Use this:
pkgver() {
cd "$srcdir/${pkgname%-git}"
local srcversion="$(grep "version: '" snap/snapcraft.yaml | cut -d "'" -f 2)"
printf "%s.r%s.%s" $srcversion "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
1.2.2.r136.4c2670c
Pinned Comments
OlexandrCh commented on 2020-08-13 20:44 (UTC) (edited on 2020-08-13 20:44 (UTC) by OlexandrCh)
Currently, we don't need to run
--install
on AURAfter installing from AUR, we need to start the systemd service.
systemctl enable auto-cpufreq
systemctl start auto-cpufreq
and check if it
enabled
andrunning
withsystemctl status auto-cpufreq