Update to Cursor 3.0.9
This commit is contained in:
parent
f721b7bebc
commit
a7e56caba9
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = cursor
|
pkgbase = cursor
|
||||||
pkgdesc = The AI Code Editor
|
pkgdesc = The AI Code Editor
|
||||||
pkgver = 2.6.22
|
pkgver = 3.0.9
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://www.cursor.com
|
url = https://www.cursor.com
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LicenseRef-Cursor_EULA
|
license = LicenseRef-Cursor_EULA
|
||||||
|
|
@ -19,13 +19,13 @@ pkgbase = cursor
|
||||||
optdepends = libnotify: desktop notifications
|
optdepends = libnotify: desktop notifications
|
||||||
optdepends = org.freedesktop.secrets: credential storage via SecretService
|
optdepends = org.freedesktop.secrets: credential storage via SecretService
|
||||||
optdepends = libdbusmenu-glib: KDE global menu support
|
optdepends = libdbusmenu-glib: KDE global menu support
|
||||||
noextract = cursor_2.6.22_amd64.deb
|
noextract = cursor_3.0.9_amd64.deb
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !debug
|
options = !debug
|
||||||
source = cursor_2.6.22_amd64.deb::https://downloads.cursor.com/production/c6285feaba0ad62603f7c22e72f0a170dc8415a5/linux/x64/deb/amd64/deb/cursor_2.6.22_amd64.deb
|
source = cursor_3.0.9_amd64.deb::https://downloads.cursor.com/production/93e276db8a03af947eafb2d10241e2de17806c29/linux/x64/deb/amd64/deb/cursor_3.0.9_amd64.deb
|
||||||
source = cursor.desktop
|
source = cursor.desktop
|
||||||
source = cursor-launcher.sh
|
source = cursor-launcher.sh
|
||||||
sha256sums = 2af873096282e927702c11575c960bdef5a104a931952e5c97e29d501e03f617
|
sha256sums = c96e5a9f3d72e628116bbf9aa152d0111478c3d7ffe2ac58bca42b9f72a72309
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
|
|
||||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: lone-cloud <lonecloud604@pm.me>
|
# Maintainer: lone-cloud <lonecloud604@pm.me>
|
||||||
|
|
||||||
pkgname=cursor
|
pkgname=cursor
|
||||||
pkgver=2.6.22
|
pkgver=3.0.9
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='The AI Code Editor'
|
pkgdesc='The AI Code Editor'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.cursor.com"
|
url="https://www.cursor.com"
|
||||||
|
|
@ -29,13 +29,13 @@ optdepends=(
|
||||||
|
|
||||||
options=(!strip !debug)
|
options=(!strip !debug)
|
||||||
|
|
||||||
_commit=c6285feaba0ad62603f7c22e72f0a170dc8415a5
|
_commit=93e276db8a03af947eafb2d10241e2de17806c29
|
||||||
source=(
|
source=(
|
||||||
"cursor_${pkgver}_amd64.deb::https://downloads.cursor.com/production/${_commit}/linux/x64/deb/amd64/deb/cursor_${pkgver}_amd64.deb"
|
"cursor_${pkgver}_amd64.deb::https://downloads.cursor.com/production/${_commit}/linux/x64/deb/amd64/deb/cursor_${pkgver}_amd64.deb"
|
||||||
"cursor.desktop"
|
"cursor.desktop"
|
||||||
"cursor-launcher.sh"
|
"cursor-launcher.sh"
|
||||||
)
|
)
|
||||||
sha256sums=('2af873096282e927702c11575c960bdef5a104a931952e5c97e29d501e03f617'
|
sha256sums=('c96e5a9f3d72e628116bbf9aa152d0111478c3d7ffe2ac58bca42b9f72a72309'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
noextract=("cursor_${pkgver}_amd64.deb")
|
noextract=("cursor_${pkgver}_amd64.deb")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue