Package Details: keypop-git v1.2.r3.g12f2bcc-1

Git Clone URL: https://aur.archlinux.org/keypop-git.git (read-only, click to copy)
Package Base: keypop-git
Description: A simple Wayland key display application overlay
Upstream URL: https://github.com/yossefsabry/keypop
Licenses: MIT
Conflicts: keypop
Provides: keypop
Submitter: yossefsabry09
Maintainer: yossefsabry09
Last Packager: yossefsabry09
Votes: 0
Popularity: 0.000000
First Submitted: 2025-12-24 18:49 (UTC)
Last Updated: 2025-12-27 16:51 (UTC)

Latest Comments

justanoobcoder commented on 2025-12-27 00:45 (UTC)

Hey, the version in PKGBUILD and .SRCINFO don't match each other. And this is git version of the package, so you don't manually specify the pkgver variable in PKGBUILD, the pkgver() function will override it for you each time you build the package. Maybe this is your first AUR package, so you don't know how to submit it correctly. This is how you handle it. When you want to update the package on AUR, you run makepkg -s to build the package, you don't need to manually change pkgver value, pkgver() function will get your latest git commit hash code and use it as pkgver value. After that, you run makepkg --printsrcinfo > .SRCINFO to generate new srcinfo content. Finally, you commit all the changes and push it to AUR.