summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c30d94d01b56..5910768a4b32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=obs-ndi-bin
_pkgname=obs-ndi
-pkgver=4.9.0
-pkgrel=3
+pkgver=4.9.1
+pkgrel=1
_pkgrel=1
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('obs-ndi')
conflicts=('obs-ndi-git')
depends=('obs-studio' 'avahi' 'libndi')
source=("${url}/releases/download/${pkgver}/obs-ndi_${pkgver}-${_pkgrel}_amd64.deb")
-sha256sums=('eb8b30007e8d0521ea0e7b41da8d9ad1dc89404cfdc390ccf832ab7d1c66050e')
+sha256sums=('e91a27370dcbee0879fb27ffec8dba149825f47909a92e31a001e87e64e7329b')
prepare() {
cd ${srcdir}
@@ -21,11 +21,6 @@ prepare() {
mkdir -p ${pkgname}
tar -xJf data.tar.xz -C ${pkgname}
- if [ ! -d ${pkgname}/usr/lib/obs-plugins ]; then
- cp -a ${pkgname}/usr/lib/x86_64-linux-gnu/obs-plugins ${pkgname}/usr/lib/obs-plugins
- rm -r ${pkgname}/usr/lib/x86_64-linux-gnu
- fi
-
chmod 755 $(find ${pkgname} -type d)
}