summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-03-06 16:00:18 -0500
committerPatrick Northon2023-03-06 16:00:18 -0500
commit42760c7eb69265299834ca0b438708242c47bc96 (patch)
treeb000278e45b490303a8f9ae0279ac770b87e494d
parentf23acc617b158ca675c619256eda0ced08ff58ab (diff)
downloadaur-42760c7eb69265299834ca0b438708242c47bc96.tar.gz
Add missing dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c915fd72c936..c2ec12e68f9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-plugin-input-overlay
pkgdesc = obs-studio plugin to show keyboard, gamepad and mouse input on stream.
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/univrsal/input-overlay
arch = x86_64
groups = obs-plugins
@@ -9,6 +9,8 @@ pkgbase = obs-plugin-input-overlay
makedepends = git
makedepends = cmake
depends = obs-studio
+ depends = libxtst
+ depends = libxkbfile
source = git+https://github.com/univrsal/input-overlay.git#tag=v5.0.0
source = obs-plugin-input-overlay-netlib::git+https://github.com/univrsal/netlib.git
source = obs-plugin-input-overlay-libgamepad::git+https://github.com/univrsal/libgamepad.git
diff --git a/PKGBUILD b/PKGBUILD
index a7690f63a92a..6da02f2a2dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname='input-overlay'
pkgname=obs-plugin-${_pkgname}
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
groups=('obs-plugins')
pkgdesc='obs-studio plugin to show keyboard, gamepad and mouse input on stream.'
arch=("x86_64")
url="https://github.com/univrsal/${_pkgname}"
license=('GPL')
-depends=('obs-studio')
+depends=('obs-studio' 'libxtst' 'libxkbfile')
makedepends=('git' 'cmake')
source=(
"git+https://github.com/univrsal/${_pkgname}.git#tag=v${pkgver}"