mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
wayvr-actions-bin: update to run 21406183614
This commit is contained in:
parent
e98e6ff8df
commit
4dcc4dcfc0
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = wayvr-actions-bin
|
||||
pkgdesc = Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR, CI build)
|
||||
pkgver = 21378221733
|
||||
pkgver = 21406183614
|
||||
pkgrel = 1
|
||||
url = https://github.com/wlx-team/wayvr
|
||||
arch = x86_64
|
||||
|
|
@ -28,7 +28,7 @@ pkgbase = wayvr-actions-bin
|
|||
conflicts = wayvr-git
|
||||
replaces = wlx-overlay-s
|
||||
options = !debug
|
||||
source = wayvr-actions-bin-x86_64-21378221733.zip::https://nightly.link/wlx-team/wayvr/actions/runs/21378221733/WayVR-main-x86_64.AppImage.zip
|
||||
sha256sums = 2395291f21f353ba9f722a97be09b9f35ca83d21eb9b1e0c24c7e26800f694fd
|
||||
source = wayvr-actions-bin-x86_64-21406183614.zip::https://nightly.link/wlx-team/wayvr/actions/runs/21406183614/WayVR-main-x86_64.AppImage.zip
|
||||
sha256sums = 300095ce51fd46aab5d9e62a4364e95ab79993d777cdf857eb40796c25d622b3
|
||||
|
||||
pkgname = wayvr-actions-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ _appimageprefix=WayVR
|
|||
_pkgowner=wlx-team
|
||||
pkgname="${_pkgname}-actions-bin"
|
||||
branch=main
|
||||
pkgver=21378221733
|
||||
pkgver=21406183614
|
||||
pkgrel=1
|
||||
pkgdesc="Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR, CI build)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -49,7 +49,7 @@ source=(
|
|||
"${zipName}::https://nightly.link/${_pkgowner}/${_pkgname}/actions/runs/${pkgver}/${_appimageprefix}-${branch}-${CARCH}.AppImage.zip"
|
||||
)
|
||||
|
||||
sha256sums=('2395291f21f353ba9f722a97be09b9f35ca83d21eb9b1e0c24c7e26800f694fd')
|
||||
sha256sums=('300095ce51fd46aab5d9e62a4364e95ab79993d777cdf857eb40796c25d622b3')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue