Package Details: whisper.cpp-git 5a5c5dd-1

Git Clone URL: https://aur.archlinux.org/whisper.cpp-git.git (read-only, click to copy)
Package Base: whisper.cpp-git
Description: Port of OpenAI's Whisper model in C/C++
Upstream URL: https://github.com/ggerganov/whisper.cpp
Licenses: GPLv3
Conflicts: whisper.cpp
Submitter: hrehfeld
Maintainer: hrehfeld
Last Packager: hrehfeld
Votes: 0
Popularity: 0.000000
First Submitted: 2022-12-15 21:32 (UTC)
Last Updated: 2022-12-15 21:32 (UTC)

Required by (0)

Sources (1)

Latest Comments

xiota commented on 2023-05-05 01:18 (UTC) (edited on 2023-05-05 01:18 (UTC) by xiota)

Please fix pkgver() to use:

git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

AtticFinder65536 commented on 2023-01-17 06:20 (UTC)

The current pkgver function doesn't order correctly (commit hash will be random which can lead to the new build having a lower version, which can be annoying when upgrading because pacman will say the package will be downgraded or skip the upgrade). I think you should change to something from here https://wiki.archlinux.org/title/VCS_package_guidelines#Git