Search Criteria
Package Details: cutieascii 0.1.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cutieascii.git (read-only, click to copy) |
|---|---|
| Package Base: | cutieascii |
| Description: | Display random cute ASCII art emojis |
| Upstream URL: | https://github.com/Josehpequeno/cutieascii |
| Licenses: | MIT |
| Submitter: | josehpequeno |
| Maintainer: | josehpequeno |
| Last Packager: | josehpequeno |
| Votes: | 1 |
| Popularity: | 0.088777 |
| First Submitted: | 2025-11-29 03:29 (UTC) |
| Last Updated: | 2026-03-18 22:22 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
josehpequeno commented on 2026-03-10 08:49 (UTC)
Glad it’s solved. Thanks for reporting and confirming!
simona commented on 2026-03-09 09:59 (UTC)
solved. tnx.
simona commented on 2026-03-09 08:36 (UTC)
fail cutieascii-0.1.0.tar.gz checksum
simona commented on 2026-01-25 16:41 (UTC)
tnx. solved.
josehpequeno commented on 2026-01-25 16:40 (UTC)
Thanks for reporting this.
The checksum mismatch was caused by an upstream tarball change and has been fixed in the PKGBUILD. The package builds correctly in a clean environment.
If the error still persists due to a previously cached source, removing the local cache for this package (e.g. ~/.cache/yay/cutieascii/) and retrying should resolve it.
simona commented on 2026-01-25 14:58 (UTC)
fails checksum for cutieascii-0.1.0.tar.gz :-(
josehpequeno commented on 2026-01-25 13:01 (UTC)
Thanks for reporting this.
The issue was caused by using sha256sums=('SKIP') for a remote source, which makes helpers like yay assume the source may have changed and therefore rebuild the package on every update.
This has been fixed by pinning the correct checksum and cleaning up the PKGBUILD to follow standard AUR practices. The package should no longer require IgnorePkg.
simona commented on 2026-01-25 11:12 (UTC)
Why do I have to keep this package in "IgnorePkg=" to prevent it from always being updated with every update even if there are really no changes?