From a694326de7ffd7b15e3147ce1a80ae5ce70b3bbe Mon Sep 17 00:00:00 2001 From: "g.schulz" Date: Fri, 23 Aug 2024 08:14:42 +0000 Subject: [PATCH] Update to version null --- .SRCINFO | 4 ++-- PKGBUILD | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f8ec3ccee008..8ef99d17834a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -8,9 +8,9 @@ pkgbase = cursor-bin depends = fuse2 noextract = cursor-null.AppImage options = !strip - source_x86_64 = https://github.com/Gunther-Schulz/aur-cursor-bin-updater/releases/download/vnull/cursor-null.AppImage + source_x86_64 = cursor-null.AppImage::https://downloader.cursor.sh/linux/appImage/x64 source_x86_64 = cursor.png sha256sums_x86_64 = 86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d - sha256sums_x86_64 = e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1 + sha256sums_x86_64 = SKIP pkgname = cursor-bin diff --git a/PKGBUILD b/PKGBUILD index fec982f8c6a4..4d702786337d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,10 +9,13 @@ url="https://www.cursor.com/" license=('custom:Proprietary') # Replace with the correct license if known depends=('fuse2') options=(!strip) -source_x86_64=("https://github.com/Gunther-Schulz/aur-cursor-bin-updater/releases/download/vnull/cursor-null.AppImage" "cursor.png") +source_x86_64=( + "cursor-${pkgver}.AppImage::https://downloader.cursor.sh/linux/appImage/x64" + "cursor.png" +) noextract=("cursor-${pkgver}.AppImage") sha256sums_x86_64=('86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d' - 'e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1') + 'SKIP') package() { install -Dm755 "${srcdir}/cursor-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"