From 8488484e58694f47090ccabbc51e91e8a85d0394 Mon Sep 17 00:00:00 2001 From: "g.schulz" Date: Sat, 24 Aug 2024 20:36:11 +0000 Subject: [PATCH] Update to version --- .SRCINFO | 6 +++--- PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 07a362bddf42..114a052f5e68 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,11 +6,11 @@ pkgbase = cursor-bin arch = x86_64 license = custom:Proprietary depends = fuse2 - noextract = cursor-0.39.6.AppImage + noextract = cursor-0.39.6-build-240819ih4ta2fye-x86_64.AppImage options = !strip - source_x86_64 = https://github.com/Gunther-Schulz/aur-cursor-bin-updater/releases/download/v0.39.6/cursor-0.39.6.AppImage + source_x86_64 = https://download.todesktop.com/230313mzl4w4u92/cursor-0.39.6-build-240819ih4ta2fye-x86_64.AppImage source_x86_64 = cursor.png sha256sums_x86_64 = 86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d - sha256sums_x86_64 = SKIP + sha256sums_x86_64 = e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1 pkgname = cursor-bin diff --git a/PKGBUILD b/PKGBUILD index f29c1eed39c7..d8f15e8b23ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,12 +9,12 @@ 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/v${pkgver}/cursor-${pkgver}.AppImage" "cursor.png") -noextract=("cursor-${pkgver}.AppImage") -sha256sums_x86_64=('86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d' 'SKIP') +source_x86_64=("https://download.todesktop.com/230313mzl4w4u92/cursor-0.39.6-build-240819ih4ta2fye-x86_64.AppImage" "cursor.png") +noextract=("$(basename ${source_x86_64[0]})") +sha256sums_x86_64=('86e653cc8645018b4644c857182fb5b1dd25dace7dd7742458cf908c2b6c125d' 'e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1') package() { - install -Dm755 "${srcdir}/cursor-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage" + install -Dm755 "${srcdir}/$(basename ${source_x86_64[0]})" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage" # Symlink executable to be called 'cursor' mkdir -p "${pkgdir}/usr/bin"