summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordetiam2023-12-19 07:36:30 +0800
committerdetiam2023-12-19 07:36:30 +0800
commit7040fa8a2210f987ac16a99e4f21c48c00b4aa10 (patch)
tree068df2217e059c1427f69436b6b50213ef657785
parentbac21b080358d7a2b70bde8c489befd75b0f019e (diff)
downloadaur-7040fa8a2210f987ac16a99e4f21c48c00b4aa10.tar.gz
upkg: v3.13.19
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2958ce5fb1a..01cb629afba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-nvidia
pkgdesc = SteamOS session compositing window manager (NVIDIA patch)
- pkgver = 3.13.18
+ pkgver = 3.13.19
pkgrel = 1
url = https://github.com/sharkautarch/gamescope
install = gamescope.install
@@ -46,7 +46,7 @@ pkgbase = gamescope-nvidia
source = 0002-fix-error-due-to-removed-general-command-pool.patch
source = 0003-oops.patch
source = 0004-fix-removed-general-queue.patch
- source = git+https://github.com/ValveSoftware/gamescope.git#tag=2b9c739d20179b294fac4adb311d3d79516a9e5c
+ source = git+https://github.com/ValveSoftware/gamescope.git#tag=3.13.19
source = git+https://github.com/Joshua-Ashton/reshade.git
source = git+https://github.com/KhronosGroup/SPIRV-Headers.git
b2sums = f0a7562a7825df16878f733669056dc5ecda36e62afc945e745b6746ee7ecf6983d4659b0061f73852165537479fac68ecd59913b2ff6fdc5ac18ff23d891d97
diff --git a/PKGBUILD b/PKGBUILD
index bf87d1bc81a9..1e2f9667ece9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gamescope-nvidia
_pkgname=gamescope
-pkgver=3.13.18
+pkgver=3.13.19
pkgrel=1
pkgdesc='SteamOS session compositing window manager (NVIDIA patch)'
arch=(x86_64)
@@ -57,13 +57,12 @@ provides=(
conflicts=(
"$_pkgname"
)
-_tag=2b9c739d20179b294fac4adb311d3d79516a9e5c
source=(
0001-Revert-rendervulkan-Get-a-general-graphics-compute-q.patch
0002-fix-error-due-to-removed-general-command-pool.patch
0003-oops.patch
0004-fix-removed-general-queue.patch
- git+https://github.com/ValveSoftware/gamescope.git#tag=${_tag}
+ git+https://github.com/ValveSoftware/gamescope.git#tag=${pkgver}
git+https://github.com/Joshua-Ashton/reshade.git
git+https://github.com/KhronosGroup/SPIRV-Headers.git
)