summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJat2023-04-27 09:34:45 +0800
committerJat2023-04-27 09:34:45 +0800
commit8fc8596ca95d487f7b8a8ba3ddbf3364dbd3ea6c (patch)
tree37a121bcd54dec4c7a2204edb18b3ea072163792 /PKGBUILD
parentc6e649f09b2665589312e9ef25243e6036714ae3 (diff)
downloadaur-8fc8596ca95d487f7b8a8ba3ddbf3364dbd3ea6c.tar.gz
4.11.1-2
Signed-off-by: Jat <jat@sinosky.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd8e40553c5c..bde81ca133f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=obs-ndi-bin
pkgver=4.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
license=('GPL2')
-url="https://github.com/Palakis/obs-ndi"
+url='https://github.com/Palakis/obs-ndi'
provides=('obs-ndi')
conflicts=('obs-ndi-git')
depends=('obs-studio' 'avahi' 'libndi')
@@ -15,6 +15,9 @@ sha256sums=('cca87f5409239a2be8229ed550c42b81b972d1b2c805773bec2ed8d8cdbe852e')
package() {
cd "${srcdir}"
-
tar -xf data.tar.gz -C "${pkgdir}"
+
+ cd "${pkgdir}"
+ mv usr/lib/x86_64-linux-gnu/obs-plugins usr/lib
+ rm -r usr/lib/x86_64-linux-gnu
}