Thank you for letting me know. I will fix all issues when I get home. I am on vacation right now. In the meantime, If any would like to contribute a fix you can open a PR here: https://github.com/Gunther-Schulz/aur-cursor-bin-updater
Search Criteria
Package Details: cursor-bin 1.1.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cursor-bin.git (read-only, click to copy) |
---|---|
Package Base: | cursor-bin |
Description: | Cursor App - AI-first coding environment |
Upstream URL: | https://www.cursor.com/ |
Licenses: | custom:proprietary |
Submitter: | g.schulz |
Maintainer: | g.schulz |
Last Packager: | g.schulz |
Votes: | 55 |
Popularity: | 8.29 |
First Submitted: | 2024-06-09 14:27 (UTC) |
Last Updated: | 2025-06-21 21:05 (UTC) |
Dependencies (2)
Required by (1)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 18 Next › Last »
g.schulz commented on 2024-10-13 20:00 (UTC) (edited on 2024-10-13 20:03 (UTC) by g.schulz)
ItsAlex commented on 2024-10-09 08:03 (UTC) (edited on 2024-10-09 08:04 (UTC) by ItsAlex)
Could you please fix the error with the .desktop file:
$ xdg-desktop-menu install /usr/share/applications/cursor.desktop
xdg-desktop-menu: filename 'cursor.desktop' does not have a proper vendor prefix
A vendor prefix consists of alpha characters ([a-zA-Z]) and is terminated with a dash ("-").
An example filename is 'example-cursor.desktop'
Use --novendor to override or 'xdg-desktop-menu --manual' for additional info.
I fixed it by renaming the file from cursor.desktop
to cursor-cursor.desktop
.
materemias commented on 2024-10-08 12:39 (UTC)
could you please include the title bar fix found in https://github.com/getcursor/cursor/issues/837#issuecomment-2326443145
Marsa commented on 2024-09-22 21:09 (UTC) (edited on 2024-09-22 21:09 (UTC) by Marsa)
Please replace
Categories=Utility;
by
Categories=TextEditor;Development;IDE;
Or something like that. The "Development" part is crucial. This ensures it goes in the right menu.
g.schulz commented on 2024-09-03 16:15 (UTC) (edited on 2024-09-20 09:03 (UTC) by g.schulz)
A few days ago I updated the action to use a similar update strategy as is used by homebrew. This seems to be very robust.
zxeoc commented on 2024-08-31 05:14 (UTC) (edited on 2024-09-10 07:10 (UTC) by zxeoc)
Checksum failed.
I'm not sure if it was updated, but the checksum still failed.
g.schulz commented on 2024-08-24 20:42 (UTC) (edited on 2024-08-26 12:27 (UTC) by g.schulz)
Update: The 0.40 was released and the update seems to have gone smoothly. pkgrel is back to 1 as well. If anyone still has issues, let me know. Original message: I managed to switch to the official upstream (todesktop.com) for the binary releases. That means I also had to bump the pkgrel one more time. I also changed the frequency for checking if a new version exists to once an hour as I was seemingly getting rate limited by the AUR.
g.schulz commented on 2024-08-24 03:09 (UTC) (edited on 2024-08-24 14:00 (UTC) by g.schulz)
@bulletmark thank you for the note and and I am aware of of that. The issue is that version 40 was actually available for a short moment to the github action script and it pushed an updated PKGBUILD to AUR. I have since worked on updating the action in the way I have described and version 40 has not been available anymore from upstream since then and that is causing this discrepancy. As for going back to pkgrel v1 on a version change, that functionality has been build into the github action and should trigger on the next cursor release. The current high bump of the pkgrel was caused through my testing and I could have handled that better.
bulletmark commented on 2024-08-23 22:40 (UTC)
@g.schulz, note the pkgrel should reset to 1 whenever the pkgver changes. Also, you took the pkgver backwards from 0.40.0 to 0.39.6 yesterday but you shouldn't do that unless you bump the epoch as there will be users now out there still on that "latest" version and they won't be automatically "downgraded" by their AUR helper. Epoch changes are considered ugly though so we really try to avoid going backwards in version.
Pinned Comments
g.schulz commented on 2025-05-17 08:01 (UTC) (edited on 2025-05-18 10:16 (UTC) by g.schulz)
For anyone who want's to contribute a PR, this is the repo: https://github.com/Gunther-Schulz/aur-cursor-bin-updater