mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
0.1.11
This commit is contained in:
parent
922ee40841
commit
78b37a8f4d
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cursor-bin
|
||||
pkgdesc = Write, edit, and chat about your code with GPT-4.(AppImage)
|
||||
pkgver = 0.1.7
|
||||
pkgver = 0.1.11
|
||||
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.7.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
|
||||
sha256sums = bf739294bbac9d9c906455424a013cce3a178adc18380d64f58d401f0e364541
|
||||
source = Cursor-0.1.11.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
|
||||
sha256sums = 2636ad8ed35812513f51353ed9d20954c56f2dfe33188f574c992f9e0449699f
|
||||
|
||||
pkgname = cursor-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: TimeTrap <zhaoyuanpan at gmail dot com>
|
||||
pkgname=cursor-bin
|
||||
_pkgname=Cursor
|
||||
pkgver=0.1.7
|
||||
pkgver=0.1.11
|
||||
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=('bf739294bbac9d9c906455424a013cce3a178adc18380d64f58d401f0e364541')
|
||||
sha256sums=('2636ad8ed35812513f51353ed9d20954c56f2dfe33188f574c992f9e0449699f')
|
||||
_install_path="/opt/appimages"
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue