Update to version null

This commit is contained in:
g.schulz 2024-08-23 08:14:42 +00:00
parent bbdab57ef7
commit a694326de7
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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"