summarylogtreecommitdiffstats
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
parent474c9d6a48de61a2a832354ace2af3eff63c9b53 (diff)
downloadaur-f9a6c5e0a4a143f0e96ca28f36904a1ce897e210.tar.gz
Changed libndi3-bin dependency to libndi to support other libndi builds
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753f9c3585de..33e2e4f33d45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = obs-ndi-bin
pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
pkgver = 4.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.0
depends = obs-studio
depends = avahi
- depends = libndi3-bin
+ depends = libndi
provides = obs-ndi
conflicts = obs-ndi-git
source = https://github.com/Palakis/obs-ndi/releases/download/4.7.1/obs-ndi_4.7.1-1_amd64.deb
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
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')