Search Criteria
Package Details: cursor-cli 1:2026.04.28.1.e984b46-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cursor-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | cursor-cli |
| Description: | Cursor Agent CLI - AI-powered code assistant |
| Upstream URL: | https://cursor.com |
| Keywords: | cursor-agent |
| Licenses: | LicenseRef-Cursor |
| Submitter: | cg505 |
| Maintainer: | cg505 |
| Last Packager: | cg505 |
| Votes: | 4 |
| Popularity: | 1.78 |
| First Submitted: | 2025-08-08 01:20 (UTC) |
| Last Updated: | 2026-04-29 16:46 (UTC) |
Dependencies (5)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- ripgrep (ripgrep-gitAUR)
Latest Comments
« First ‹ Previous 1 2
cg505 commented on 2025-10-03 00:10 (UTC)
I avoided using their versioning because it is not guaranteed to be increasing if there are multiple releases in the same day.
The version update script is for maintenance and is intentionally not part of the package sources. It is not run during the build script, it's just used by me to easily update the pkgver. Happy to exclude it entirely from the git repo if that would be preferred. Not against simplification but your script won't work well for me as is.
Also, agree on using node from the repo, just haven't had a chance to dig through their binary to figure out what would be needed. If you've checked and a symlink or something would suffice, that's awesome and I'll add it.
exponential commented on 2025-10-03 00:03 (UTC) (edited on 2025-10-03 00:13 (UTC) by exponential)
that update script is hilariously over engineered. It makes auditing harder. 2 months ago there was news of malware on the AUR, it's not totally impossible. I trimmed it down, renamed the upstream version to _pkgver and used pkgver="${_pkgver//-/.}" in the PKGBUILD
also, almost all of upstream is the node executable. I would suggest refactoring to use node from the repo
the proposed script
« First ‹ Previous 1 2