This commit is contained in:
TimeTrap 2023-04-07 14:43:07 +08:00
parent 87d3724b9a
commit 39e24c13fe
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cursor-bin
pkgdesc = Write, edit, and chat about your code with GPT-4.(AppImage)
pkgver = 0.1.12
pkgver = 0.2.0
pkgrel = 1
url = https://cursor.so
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = cursor-bin
depends = hicolor-icon-theme
depends = zlib
options = !strip
source = cursor-0.1.12.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
sha256sums = 338b65388829e187e7d9a6188b161847b651489ed0711547e284f1087ca445ce
source = cursor-0.2.0.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
sha256sums = e335dd4d0abe6252ffc6652362e1575d5ec9a4d273c2cb1691cf31a90b125b09
pkgname = cursor-bin

View file

@ -1,7 +1,7 @@
# Maintainer: TimeTrap <zhaoyuanpan at gmail dot com>
pkgname=cursor-bin
_pkgname=cursor
pkgver=0.1.12
pkgver=0.2.0
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT-4.(AppImage)"
arch=('x86_64')
@ -10,7 +10,7 @@ license=('custom')
options=('!strip')
depends=('hicolor-icon-theme' 'zlib')
source=("${_pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64")
sha256sums=('338b65388829e187e7d9a6188b161847b651489ed0711547e284f1087ca445ce')
sha256sums=('e335dd4d0abe6252ffc6652362e1575d5ec9a4d273c2cb1691cf31a90b125b09')
_install_path="/opt/appimages"
prepare() {