summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-03-11 12:21:43 -0500
committerPatrick Northon2023-03-11 12:21:43 -0500
commitf7fba68d77a40f3662d413603b71917d2f63f560 (patch)
tree09aedd19edff50a67b40343e6e15c27347aae3a5
parent53ab93b3ac8ce28dbdaa376aa1b17251a3fa3fdf (diff)
downloadaur-f7fba68d77a40f3662d413603b71917d2f63f560.tar.gz
Update version.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12a19eaaddc..a5660cc5e8d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-plugin-input-overlay
pkgdesc = obs-studio plugin to show keyboard, gamepad and mouse input on stream.
- pkgver = 5.0.2
+ pkgver = 5.0.3
pkgrel = 1
url = https://github.com/univrsal/input-overlay
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = obs-plugin-input-overlay
depends = obs-studio
depends = libxtst
depends = libxkbfile
- source = git+https://github.com/univrsal/input-overlay.git#tag=v5.0.2
+ source = git+https://github.com/univrsal/input-overlay.git#tag=v5.0.3
source = obs-plugin-input-overlay-libgamepad::git+https://github.com/univrsal/libgamepad.git
source = obs-plugin-input-overlay-libuiohook::git+https://github.com/kwhat/libuiohook.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d1a336b36281..25fc90eff2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='input-overlay'
pkgname=obs-plugin-${_pkgname}
-pkgver=5.0.2
+pkgver=5.0.3
pkgrel=1
groups=('obs-plugins')
pkgdesc='obs-studio plugin to show keyboard, gamepad and mouse input on stream.'
@@ -29,6 +29,8 @@ prepare() {
git config 'submodule.deps/libgamepad.url' "$srcdir/$pkgname-libgamepad"
git config 'submodule.deps/libuiohook.url' "$srcdir/$pkgname-libuiohook"
git -c 'protocol.file.allow=always' submodule update
+
+ sed -i '/set(CMAKE_CXX_FLAGS "-march=native")/d' 'CMakeLists.txt'
}
build() {