mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
0.2.0
This commit is contained in:
parent
87d3724b9a
commit
39e24c13fe
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.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue