mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Update to version
This commit is contained in:
parent
0b834683df
commit
8488484e58
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
8
PKGBUILD
8
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue