summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fe91a76da9a..b1d0b4ff1503 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.4
- pkgrel = 2
+ pkgver = 5.0.5
+ pkgrel = 1
url = https://github.com/univrsal/input-overlay
arch = x86_64
groups = obs-plugins
@@ -11,11 +11,9 @@ pkgbase = obs-plugin-input-overlay
depends = obs-studio
depends = libxtst
depends = libxkbfile
- source = git+https://github.com/univrsal/input-overlay.git#tag=v5.0.4
+ source = git+https://github.com/univrsal/input-overlay.git#tag=v5.0.5
source = obs-plugin-input-overlay-libuiohook-univrsal::git+https://github.com/univrsal/libuiohook.git
- source = obs-plugin-input-overlay-libuiohook-submodule.patch::https://github.com/univrsal/input-overlay/commit/b7db35b53b1332e1e08d332d7c81e6296289df44.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 0ace525bb60a3c9e52cd6f9bb091cc456338e80a8b80d2e77dce9638574cc5c3
pkgname = obs-plugin-input-overlay
diff --git a/PKGBUILD b/PKGBUILD
index 8ba7889f72f9..37efd4847995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname='input-overlay'
pkgname=obs-plugin-${_pkgname}
-pkgver=5.0.4
-pkgrel=2
+pkgver=5.0.5
+pkgrel=1
groups=('obs-plugins')
pkgdesc='obs-studio plugin to show keyboard, gamepad and mouse input on stream.'
arch=("x86_64")
@@ -15,17 +15,14 @@ depends=('obs-studio' 'libxtst' 'libxkbfile')
makedepends=('git' 'cmake')
source=(
"git+https://github.com/univrsal/${_pkgname}.git#tag=v${pkgver}"
- "$pkgname-libuiohook-univrsal::git+https://github.com/univrsal/libuiohook.git"
- "$pkgname-libuiohook-submodule.patch::https://github.com/univrsal/input-overlay/commit/b7db35b53b1332e1e08d332d7c81e6296289df44.patch")
+ "$pkgname-libuiohook-univrsal::git+https://github.com/univrsal/libuiohook.git")
sha256sums=('SKIP'
- 'SKIP'
- '0ace525bb60a3c9e52cd6f9bb091cc456338e80a8b80d2e77dce9638574cc5c3')
+ 'SKIP')
_srcdir="${_pkgname}"
prepare() {
cd "${_srcdir}"
- patch -p1 -i "$srcdir/$pkgname-libuiohook-submodule.patch"
git submodule init
git config 'submodule.deps/libuiohook.url' "$srcdir/$pkgname-libuiohook-univrsal"