Update to Cursor 3.0.13
This commit is contained in:
parent
8b57be99c8
commit
c6a8445ce9
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = cursor
|
pkgbase = cursor
|
||||||
pkgdesc = The AI Code Editor
|
pkgdesc = The AI Code Editor
|
||||||
pkgver = 3.0.12
|
pkgver = 3.0.13
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.cursor.com
|
url = https://www.cursor.com
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -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_3.0.12_amd64.deb
|
noextract = cursor_3.0.13_amd64.deb
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !debug
|
options = !debug
|
||||||
source = cursor_3.0.12_amd64.deb::https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/x64/deb/amd64/deb/cursor_3.0.12_amd64.deb
|
source = cursor_3.0.13_amd64.deb::https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/linux/x64/deb/amd64/deb/cursor_3.0.13_amd64.deb
|
||||||
source = cursor.desktop
|
source = cursor.desktop
|
||||||
source = cursor-launcher.sh
|
source = cursor-launcher.sh
|
||||||
sha256sums = 548f3cc64c8cf38a7fc56b28e2b170b640cb4ddc90d6335b26e114b455b9fdd2
|
sha256sums = 8e8604ff58ba4c1be5b0197fbd30582a38223520684d67b0bbfc052242a3f9bc
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: lone-cloud <lonecloud604@pm.me>
|
# Maintainer: lone-cloud <lonecloud604@pm.me>
|
||||||
|
|
||||||
pkgname=cursor
|
pkgname=cursor
|
||||||
pkgver=3.0.12
|
pkgver=3.0.13
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='The AI Code Editor'
|
pkgdesc='The AI Code Editor'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
@ -29,13 +29,13 @@ optdepends=(
|
||||||
|
|
||||||
options=(!strip !debug)
|
options=(!strip !debug)
|
||||||
|
|
||||||
_commit=a80ff7dfcaa45d7750f6e30be457261379c29b06
|
_commit=48a15759f53cd5fc9b5c20936ad7d79847d914b5
|
||||||
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=('548f3cc64c8cf38a7fc56b28e2b170b640cb4ddc90d6335b26e114b455b9fdd2'
|
sha256sums=('8e8604ff58ba4c1be5b0197fbd30582a38223520684d67b0bbfc052242a3f9bc'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
noextract=("cursor_${pkgver}_amd64.deb")
|
noextract=("cursor_${pkgver}_amd64.deb")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue