summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoaquín Ignacio Aramendía2023-05-10 09:45:09 -0300
committerJoaquín Ignacio Aramendía2023-05-10 09:45:09 -0300
commit313de6792ca78061e3459c7ea70c5067167871c0 (patch)
tree96fbeebf5fb56784d67edde4b850fbea055991d3 /PKGBUILD
parent5c730f7bacaadc47ed73ed35ece20fc52eb81ec9 (diff)
downloadaur-313de6792ca78061e3459c7ea70c5067167871c0.tar.gz
Add benchmark as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0575c1be185..5c147488141d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.11.52.beta6.r86.gc6d3ac7
+pkgver=3.12.0.beta3.r28.g345ffef
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/ValveSoftware/gamescope"
license=("custom:BSD-2-Clause")
depends=(
# gamescope
- "libxcomposite" "libxtst" "libxres" "sdl2" "pipewire" "libxmu" "glm"
+ "libxcomposite" "libxtst" "libxres" "sdl2" "pipewire" "libxmu" "glm" "benchmark"
# wlroots
"libdrm" "libxkbcommon" "libinput" "pixman" "xorg-xwayland" "xcb-util-renderutil" "xcb-util-wm" "xcb-util-errors" "seatd"
)