diff options
author | honjow | 2024-03-04 18:17:09 +0000 |
---|---|---|
committer | honjow | 2024-03-04 18:17:09 +0000 |
commit | ce731c7ba9b9d9ee2a99dacb3e8793519ca180d2 (patch) | |
tree | fa7af7c5318276a62204ab0887d739ffb1db5454 | |
parent | 8077a1952a79c411f205c82b5cc342c7001dc915 (diff) | |
download | aur-ce731c7ba9b9d9ee2a99dacb3e8793519ca180d2.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = gamescope-sk pkgdesc = SteamOS session compositing window manager - pkgver = 3.14.1.r26.g3e9ab3b + pkgver = 3.14.1 pkgrel = 1 url = https://github.com/ValveSoftware/gamescope arch = x86_64 @@ -46,7 +46,7 @@ pkgbase = gamescope-sk depends = xorg-server-xwayland provides = gamescope conflicts = gamescope - source = git+https://github.com/3003n/gamescope.git#branch=wayland-backend + source = git+https://github.com/3003n/gamescope.git#commit=6ed7472419b6310f27ccf7af846fea656467f731 source = git+https://github.com/nothings/stb.git#commit=af1a5bc352164740c1cc1354942b1c6b72eacb8a source = git+https://github.com/Joshua-Ashton/GamescopeShaders.git#tag=v0.1 source = git+https://github.com/Joshua-Ashton/reshade.git @@ -1,6 +1,6 @@ _pkgname=gamescope pkgname=${_pkgname}-sk -pkgver=3.14.1.r26.g3e9ab3b +pkgver=3.14.1 pkgrel=1 pkgdesc='SteamOS session compositing window manager' arch=(x86_64) @@ -50,8 +50,8 @@ makedepends=( wayland-protocols ) _tag=6ed7472419b6310f27ccf7af846fea656467f731 -_branch="wayland-backend" -source=("git+https://github.com/3003n/gamescope.git#branch=${_branch}" +# _branch="wayland-backend" +source=("git+https://github.com/3003n/gamescope.git#commit=${_tag}" "git+https://github.com/nothings/stb.git#commit=af1a5bc352164740c1cc1354942b1c6b72eacb8a" "git+https://github.com/Joshua-Ashton/GamescopeShaders.git#tag=v0.1" "git+https://github.com/Joshua-Ashton/reshade.git" |