summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2023-01-12 12:27:18 +0100
committerSefa Eyeoglu2023-01-12 12:27:18 +0100
commit6c406fc178d00ff1a0904dd254cb4d511487ef40 (patch)
tree60693ea9255227dd08f0e77fa88adf91eba27cb2
parent2a1e8252b2bdccae97cba52572e0ae548a6e3c6a (diff)
downloadaur-6c406fc178d00ff1a0904dd254cb4d511487ef40.tar.gz
upgpkg: gamescope-git 3.11.51.r105.gc2e9b5f-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe60c225b15..90ef5466b8ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.11.51.r54.gba46764
+ pkgver = 3.11.51.r105.gc2e9b5f
pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
@@ -36,6 +36,7 @@ pkgbase = gamescope-git
source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
source = git+https://gitlab.freedesktop.org/emersion/libliftoff.git
source = git+https://gitlab.freedesktop.org/emersion/libdisplay-info.git
+ source = git+https://github.com/ValveSoftware/openvr.git
source = git+https://github.com/Joshua-Ashton/vkroots.git
source = git+https://github.com/nothings/stb.git
sha512sums = SKIP
@@ -44,5 +45,6 @@ pkgbase = gamescope-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
pkgname = gamescope-git
diff --git a/PKGBUILD b/PKGBUILD
index eb894d310c73..687b6152102c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.11.51.r54.gba46764
+pkgver=3.11.51.r105.gc2e9b5f
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -24,6 +24,7 @@ source=("$_pkgname::git+https://github.com/Plagman/gamescope.git"
"git+https://gitlab.freedesktop.org/wlroots/wlroots.git"
"git+https://gitlab.freedesktop.org/emersion/libliftoff.git"
"git+https://gitlab.freedesktop.org/emersion/libdisplay-info.git"
+ "git+https://github.com/ValveSoftware/openvr.git"
"git+https://github.com/Joshua-Ashton/vkroots.git"
"git+https://github.com/nothings/stb.git")
sha512sums=('SKIP'
@@ -31,6 +32,7 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
@@ -55,6 +57,7 @@ prepare() {
git config submodule.subprojects/wlroots.url "$srcdir/wlroots"
git config submodule.subprojects/libliftoff.url "$srcdir/libliftoff"
git config submodule.subprojects/libdisplay-info.url "$srcdir/libdisplay-info"
+ git config submodule.subprojects/openvr.url "$srcdir/openvr"
git config submodule.subprojects/vkroots.url "$srcdir/vkroots"
git -c protocol.file.allow=always submodule update