summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-12-24 12:52:49 +0100
committerSefa Eyeoglu2022-12-24 12:52:49 +0100
commit8f7aa28e2fea3bcc704ed4419c29f3d4a6bd2f53 (patch)
treeb72c94f228ebbc4a5e270d24912776dab4bcb3c9
parent3cdef222ea56fb19a237466b58d172fe98f5c5b0 (diff)
downloadaur-8f7aa28e2fea3bcc704ed4419c29f3d4a6bd2f53.tar.gz
upgpkg: gamescope-git 3.11.51.r3.gf863708-1
add vkroots submodule Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3798dc8b1eea..0625376dadac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.11.48.r11.g2791466
- pkgrel = 2
+ pkgver = 3.11.51.r3.gf863708
+ pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
license = custom:BSD-2-Clause
@@ -34,10 +34,12 @@ pkgbase = gamescope-git
source = gamescope::git+https://github.com/Plagman/gamescope.git
source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
source = git+https://gitlab.freedesktop.org/emersion/libliftoff.git
+ source = git+https://github.com/Joshua-Ashton/vkroots.git
source = git+https://github.com/nothings/stb.git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
pkgname = gamescope-git
diff --git a/PKGBUILD b/PKGBUILD
index 5002f554e365..cb24261a456b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.11.48.r11.g2791466
-pkgrel=2
+pkgver=3.11.51.r3.gf863708
+pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
url="https://github.com/Plagman/gamescope"
@@ -20,10 +20,12 @@ conflicts=($_pkgname "steamcompmgr")
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://github.com/Joshua-Ashton/vkroots.git"
"git+https://github.com/nothings/stb.git")
sha512sums=('SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
@@ -47,6 +49,7 @@ prepare() {
git submodule init
git config submodule.subprojects/wlroots.url "$srcdir/wlroots"
git config submodule.subprojects/libliftoff.url "$srcdir/libliftoff"
+ git config submodule.subprojects/vkroots.url "$srcdir/vkroots"
git -c protocol.file.allow=always submodule update
# make stb.wrap use our local clone