Search Criteria
Package Details: keypop-git v1.2.r3.g12f2bcc-1
Package Actions
| 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) |
Dependencies (9)
- cairo (cairo-gitAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- libappindicator-gtk3 (libappindicator)
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-no-gesturesAUR, libinput-three-finger-dragAUR, libinput-nowacom-gitAUR, libinput-eppAUR, libinput-eppAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
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 -sto 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 runmakepkg --printsrcinfo > .SRCINFOto generate new srcinfo content. Finally, you commit all the changes and push it to AUR.