summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-09-18 14:34:42 +0200
committerSefa Eyeoglu2021-09-18 14:34:49 +0200
commit14ef66a83694b196a3e00c418d778a7d809a5cf3 (patch)
tree3d1774a0e78d9c1421ed97be4b56cecd0795ab94
parent79508a67645f0b849db8c684f30c58041eaa492e (diff)
downloadaur-14ef66a83694b196a3e00c418d778a7d809a5cf3.tar.gz
upgpkg: gamescope-git 3.9.2.r1.g14c4b70-1
Add seatd as missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61c3c03841cf..88e34d1fe831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.9.r18.gb5001aa
+ pkgver = 3.9.2.r1.g14c4b70
pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
@@ -26,6 +26,7 @@ pkgbase = gamescope-git
depends = xcb-util-renderutil
depends = xcb-util-wm
depends = xcb-util-errors
+ depends = seatd
depends = libliftoff<0.2.0
provides = gamescope
provides = steamcompmgr
diff --git a/PKGBUILD b/PKGBUILD
index 9b571814599f..a34168999e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _static_liftoff=0
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.9.r18.gb5001aa
+pkgver=3.9.2.r1.g14c4b70
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -19,10 +19,10 @@ source=("git+https://github.com/Plagman/gamescope.git")
sha512sums=('SKIP')
if [ $_static_wlroots -gt 0 ]; then
- depends+=("libdrm" "libxkbcommon" "libinput" "pixman" "xorg-xwayland" "xcb-util-renderutil" "xcb-util-wm" "xcb-util-errors")
+ depends+=("libdrm" "libxkbcommon" "libinput" "pixman" "xorg-xwayland" "xcb-util-renderutil" "xcb-util-wm" "xcb-util-errors" "seatd")
makedepends+=("cmake")
else
- depends+=("wlroots=0.13.0")
+ depends+=("wlroots-git")
fi
if [ $_static_liftoff -gt 0 ]; then