Package Details: cursor-bin 0.49.4-1

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: 46
Popularity: 11.37
First Submitted: 2024-06-09 14:27 (UTC)
Last Updated: 2025-04-22 04:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 Next › Last »

jalf commented on 2023-08-22 12:56 (UTC) (edited on 2023-08-22 12:56 (UTC) by jalf)

This was my solution while the author fixes the package

# Maintainer: Jingu <xiuluo dot android at gmail dot com>
# Contributor: TimeTrap <zhaoyuanpan at gmail dot com>
https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
pkgname=cursor-bin
_pkgname=cursor
pkgver=0.7.3
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT-4.(AppImage)"
arch=('x86_64')
url="https://cursor.so"
license=('custom')
options=('!strip')
depends=('hicolor-icon-theme' 'zlib')
source=("${_pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64")
sha256sums=('a30805a3ee76f2beda66b58cc917f754ab7b4e12ac600e67d8bd0e055724e53e')
_install_path="/opt/appimages"

prepare() {
    chmod a+x "${_pkgname}-${pkgver}.AppImage"
    "./${_pkgname}-${pkgver}.AppImage" --appimage-extract > /dev/null
    sed 's/AppRun/\/opt\/appimages\/cursor.AppImage/g' -i "${srcdir}/squashfs-root/${_pkgname}.desktop"
}
package() {
    install -Dm755 "${srcdir}/${_pkgname}-${pkgver}.AppImage" "${pkgdir}/${_install_path}/${_pkgname}.AppImage"
    for _icons in 32x32 64x64 128x128 256x256 512x512;do
        install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png"
    done
    install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
}

r3f commented on 2023-08-21 17:51 (UTC)

awesome. thx

usama commented on 2023-08-20 12:39 (UTC) (edited on 2023-08-26 10:39 (UTC) by usama)

Ok seeing as the mantainer has neglected this package here is the modified PKGBUILD that I modified to the version 1.7.3 that works

EDIT: Look my latest comment

r3f commented on 2023-08-07 15:15 (UTC)

The maintainer has stopped updating this package.

zxeoc commented on 2023-07-31 07:09 (UTC)

I think this is trying to download the latest pkg and validating it as 0.2.31-1. That's why the validity check fails.

r3f commented on 2023-05-29 05:13 (UTC)

:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: cursor-bin 0.2.21-1 (Mon 29 May 2023 11:13:10 AM +06) ==> Retrieving sources... -> Found Cursor-0.2.21.AppImage ==> Validating source files with sha256sums... Cursor-0.2.21.AppImage ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'cursor-bin-0.2.21-1': error: packages failed to build: cursor-bin-0.2.21-1

r3f commented on 2023-04-17 19:13 (UTC)

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'cursor-bin-0.2.2-2': error: packages failed to build: cursor-bin-0.2.2-2

TimeTrap commented on 2023-04-12 03:26 (UTC)

@Arial I am unable to reproduce this problem. Please check for permission related issues.

Arial commented on 2023-04-12 03:06 (UTC) (edited on 2023-04-12 03:25 (UTC) by Arial)

Thanks for your packaging. Need some help:

==> Making package: cursor-bin 0.2.2-2 (2023年04月12日 星期三 10时52分56秒)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Cursor-0.2.2.AppImage
==> Validating source files with sha256sums...
    Cursor-0.2.2.AppImage ... Passed
==> Extracting sources...
==> Starting prepare()...
total 4 drwxr-xr-x 1 k k 42 4月12日 10:52 . drwxr-xr-x 1 k k 88 4月12日 10:52 .. lrwxrwxrwx 1 k k 54 4月12日 10:52 Cursor-0.2.2.AppImage -> /home/k/Downloads/aur/cursor-bin/Cursor-0.2.2.AppImage
/home/k/Downloads/aur/cursor-bin/PKGBUILD: line 19: ./Cursor-0.2.2.AppImage: Permission denied
==> ERROR: A failure occurred in prepare().
    Aborting...

I tried to run this AppImage:

$ ./Cursor-0.2.2.AppImage           
zsh: permission denied: ./Cursor-0.2.2.AppImage

It should be an issue with the AppImage itself, not with the packaging.

kearneyBack commented on 2023-04-12 01:06 (UTC)

Notice:If you have store old version appimage in your local. If you update to 0.2.2-2 . be carefully it will delete your local version without your permisson