summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimeTrap2024-03-21 02:39:06 +0000
committerTimeTrap2024-03-21 02:39:06 +0000
commitdeb25d31d7e51ff85ee6a67c2c8257b0c583286a (patch)
tree1de3394bb9c41d9a1f14469cd6ead36ccd4b0ab9
parent108e6898243cd9a56a2049da26482baf44392633 (diff)
downloadaur-deb25d31d7e51ff85ee6a67c2c8257b0c583286a.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1025cf53bf90..0ffc9943a196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cursor-appimage
pkgdesc = Write, edit, and chat about your code with GPT. (AppImage)
- pkgver = 0.29.1
+ pkgver = 0.30.0
pkgrel = 1
url = https://cursor.so
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cursor-appimage
depends = hicolor-icon-theme
depends = zlib
options = !strip
- source = cursor-0.29.1.AppImage::https://download.cursor.sh/linux/appImage/x64
- sha256sums = 3e1246e85826b806995a9663bdfe3793086baae8b173dd37bfd2bf8574a60823
+ source = cursor-0.30.0.AppImage::https://download.cursor.sh/linux/appImage/x64
+ sha256sums = 46ffe04e60ce9ab17ecb02959d03d73d7ee94e5b8857319c5e832af7f0117365
pkgname = cursor-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 5764e48ee56d..54238101cc8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Usama <eruzzamma at gmail dot com>
pkgname=cursor-appimage
_pkgname=cursor
-pkgver=0.29.1
+pkgver=0.30.0
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT. (AppImage)"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('hicolor-icon-theme' 'zlib')
# pkgver=$(curl -s -o /dev/null -D - -r 0-0 https://download.cursor.sh/linux/appImage/x64 | grep -o -E 'filename=.*$' | sed -e 's/.*cursor-\(.*\)\(.*\)\.AppImage.*/\1\.\2/')
source=("${_pkgname}-${pkgver}.AppImage::https://download.cursor.sh/linux/appImage/x64")
-sha256sums=('3e1246e85826b806995a9663bdfe3793086baae8b173dd37bfd2bf8574a60823')
+sha256sums=('46ffe04e60ce9ab17ecb02959d03d73d7ee94e5b8857319c5e832af7f0117365')
_install_path="/opt/appimages"
prepare() {