summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-01-13 09:40:01 -0500
committerShayne Hartford (ShayBox)2020-01-13 09:40:01 -0500
commitf9a6c5e0a4a143f0e96ca28f36904a1ce897e210 (patch)
treea5ab60b5cf44ec19e4adcb4f64b06179fc6ff114 /PKGBUILD
parent474c9d6a48de61a2a832354ace2af3eff63c9b53 (diff)
downloadaur-f9a6c5e0a4a143f0e96ca28f36904a1ce897e210.tar.gz
Changed libndi3-bin dependency to libndi to support other libndi builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c9f3d2db83e..6c198e8084d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=obs-ndi-bin
_pkgname=obs-ndi
pkgver=4.7.1
-pkgrel=2
+pkgrel=3
_pkgrel=1
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('LGPL2.0')
url="https://github.com/Palakis/obs-ndi"
provides=('obs-ndi')
conflicts=('obs-ndi-git')
-depends=('obs-studio' 'avahi' 'libndi3-bin')
+depends=('obs-studio' 'avahi' 'libndi')
source=(https://github.com/Palakis/"$_pkgname"/releases/download/"$pkgver"/obs-ndi_"$pkgver"-"$_pkgrel"_amd64.deb)
sha256sums=('de9e4382ec7d490752ddaaa16f7f1042607bfe29da884c54967e058d3691b0b7')