summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-09-01 10:34:46 +0300
committerSefa Eyeoglu2021-09-01 10:34:46 +0300
commiteebaebed1e02ad68e8f8da4834fd98d8c8b27767 (patch)
treee9da1685caa43169d7b811e0aeea9948569dfbd2
parent1061c834f71267a5f3c50fb03215f6c5a70bdd42 (diff)
downloadaur-eebaebed1e02ad68e8f8da4834fd98d8c8b27767.tar.gz
upgpkg: gamescope-git 3.8.4.r135.gb267983-1
Add pipewire as runtime and make dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 960034cdff5d..24a49928ac26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.8.4.r85.g802d86c
- pkgrel = 3
+ pkgver = 3.8.4.r135.gb267983
+ pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
license = custom:BSD-2-Clause
@@ -17,6 +17,7 @@ pkgbase = gamescope-git
depends = libxtst
depends = libxres
depends = sdl2
+ depends = pipewire
depends = libdrm
depends = libxkbcommon
depends = libinput
diff --git a/PKGBUILD b/PKGBUILD
index c5a6d9737790..c4a6eb59ae88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _static_liftoff=0
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.8.4.r85.g802d86c
-pkgrel=3
+pkgver=3.8.4.r135.gb267983
+pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
url="https://github.com/Plagman/gamescope"
license=("custom:BSD-2-Clause")
-depends=("libxcomposite" "libxtst" "libxres" "sdl2")
+depends=("libxcomposite" "libxtst" "libxres" "sdl2" "pipewire")
makedepends=("git" "meson" "ninja" "patch" "vulkan-headers" "glslang" "wayland-protocols")
provides=($_pkgname "steamcompmgr")
conflicts=($_pkgname "steamcompmgr")