mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
fix
This commit is contained in:
parent
399e6d0108
commit
6c11e5d6be
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = cursor-bin
|
||||
pkgdesc = Cursor App - AI-first coding environment
|
||||
pkgver = 0.39.4
|
||||
pkgrel = 4
|
||||
pkgver = 0.39.9
|
||||
pkgrel = 10
|
||||
url = https://www.cursor.com/
|
||||
arch = x86_64
|
||||
license = custom:Proprietary
|
||||
depends = fuse2
|
||||
noextract = cursor-0.39.4.AppImage
|
||||
noextract = cursor-0.39.9.AppImage
|
||||
options = !strip
|
||||
source_x86_64 = cursor-0.39.4.AppImage::https://downloader.cursor.sh/linux/appImage/x64
|
||||
source_x86_64 = cursor-0.39.9.AppImage::https://downloader.cursor.sh/linux/appImage/x64
|
||||
source_x86_64 = cursor.png
|
||||
sha256sums_x86_64 = 0dc735fef1868c0b5eaf3c94d5b7a05953ce7026dcca46e3f464b6c993aa0a6a
|
||||
sha256sums_x86_64 = 86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d
|
||||
sha256sums_x86_64 = e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1
|
||||
|
||||
pkgname = cursor-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Your Name <your.email@example.com>
|
||||
|
||||
pkgname=cursor-bin
|
||||
pkgver=0.39.4
|
||||
pkgrel=4
|
||||
pkgver=0.39.9
|
||||
pkgrel=10
|
||||
pkgdesc="Cursor App - AI-first coding environment"
|
||||
arch=('x86_64')
|
||||
url="https://www.cursor.com/"
|
||||
|
|
@ -14,7 +14,7 @@ source_x86_64=(
|
|||
"cursor.png"
|
||||
)
|
||||
noextract=("cursor-${pkgver}.AppImage")
|
||||
sha256sums_x86_64=('0dc735fef1868c0b5eaf3c94d5b7a05953ce7026dcca46e3f464b6c993aa0a6a'
|
||||
sha256sums_x86_64=('86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d'
|
||||
'e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue