summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-04-20 08:45:40 +0200
committerSefa Eyeoglu2021-04-20 08:45:40 +0200
commit4e0599406befd0941632fc9e372bcf55ab0bedc0 (patch)
tree178cd7cedc2356ab424ebfcd20442f2f8945bf42
parent50b8ce7e45e89d9d55919c6dfb91fffbc0fcaca0 (diff)
downloadaur-4e0599406befd0941632fc9e372bcf55ab0bedc0.tar.gz
upgpkg: gamescope-git 3.7.1.r76.gdb14ce1-2
Add missing makedepends (wayland-protocols)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ddd6ad8f06d..8e8c813f246f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.7.1.r76.gdb14ce1eeb362392
- pkgrel = 1
+ pkgver = 3.7.1.r76.gdb14ce1
+ pkgrel = 2
url = https://github.com/Plagman/gamescope
arch = x86_64
license = custom:BSD-2-Clause
@@ -11,6 +11,7 @@ pkgbase = gamescope-git
makedepends = patch
makedepends = vulkan-headers
makedepends = glslang
+ makedepends = wayland-protocols
depends = libxcomposite
depends = libxtst
depends = libxres
diff --git a/PKGBUILD b/PKGBUILD
index 1b28ef9b4bea..30dfff97c3c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.7.1.r76.gdb14ce1eeb362392
-pkgrel=1
+pkgver=3.7.1.r76.gdb14ce1
+pkgrel=2
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" "wlroots=0.13.0" "libliftoff-git")
-makedepends=("git" "meson" "ninja" "patch" "vulkan-headers" "glslang")
+makedepends=("git" "meson" "ninja" "patch" "vulkan-headers" "glslang" "wayland-protocols")
provides=($_pkgname "steamcompmgr")
conflicts=($_pkgname "steamcompmgr")
source=("git+https://github.com/Plagman/gamescope.git")
@@ -56,3 +56,4 @@ package() {
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
}
+