summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-01-13 09:34:33 -0500
committerShayne Hartford (ShayBox)2020-01-13 09:35:58 -0500
commit8c15c39e6096fbb0905b147a131bcde593a8e0a5 (patch)
tree4bf88a1baf3430d7bf308cd075e8e45ae4156188
parent3698fc347b8f41f0d075bae91739cb2b18cde092 (diff)
downloadaur-8c15c39e6096fbb0905b147a131bcde593a8e0a5.tar.gz
Change description
Manually conflicting with ndi-sdk
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c967a13d6eb5..2c89fbb83685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = libndi3-bin
- pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
+ pkgdesc = Custom build of libndi from obs-ndi
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.0
depends = obs-studio
depends = avahi
- provides = libndi3
- conflicts = libndi3-git
+ provides = libndi
+ conflicts = libndi-git
+ conflicts = ndi-sdk
source = https://github.com/Palakis/obs-ndi/releases/download/4.7.1/libndi3_4.0.0-1_amd64.1.deb
sha256sums = 9b1294afdf8aaaf6f169211eb7feab18d2af10bd2f08b05142e2aa20a3b33a0e
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 55731d4cb8a1..049fef7724e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=libndi3-bin
_pkgname=obs-ndi
pkgver=4.0.0
_pkgver=4.7.1
-pkgrel=1
+pkgrel=2
_pkgrel=1
-pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
+pkgdesc="Custom build of libndi from obs-ndi"
arch=('x86_64')
license=('LGPL2.0')
url="https://github.com/Palakis/obs-ndi"
-provides=('libndi3')
-conflicts=('libndi3-git')
+provides=('libndi')
+conflicts=('libndi-git' 'ndi-sdk')
depends=('obs-studio' 'avahi')
source=(https://github.com/Palakis/"$_pkgname"/releases/download/"$_pkgver"/libndi3_"$pkgver"-"$_pkgrel"_amd64.1.deb)