summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-01-18 17:38:20 -0500
committerShayne Hartford (ShayBox)2020-01-18 17:38:45 -0500
commit17b46d9e5916920ff85b4c3bd41c37bac48e2ede (patch)
tree50f5f5a3aab5da08a3d5a7a26291319a39d485cd
parent8c15c39e6096fbb0905b147a131bcde593a8e0a5 (diff)
downloadaur-17b46d9e5916920ff85b4c3bd41c37bac48e2ede.tar.gz
Remove unneeded deps from copied files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c89fbb83685..0eb8cb2a4bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = libndi3-bin
pkgdesc = Custom build of libndi from obs-ndi
pkgver = 4.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.0
- depends = obs-studio
- depends = avahi
provides = libndi
conflicts = libndi-git
conflicts = ndi-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 049fef7724e0..3eb9234d70f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libndi3-bin
_pkgname=obs-ndi
pkgver=4.0.0
_pkgver=4.7.1
-pkgrel=2
+pkgrel=3
_pkgrel=1
pkgdesc="Custom build of libndi from obs-ndi"
arch=('x86_64')
@@ -12,8 +12,6 @@ license=('LGPL2.0')
url="https://github.com/Palakis/obs-ndi"
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)
sha256sums=('9b1294afdf8aaaf6f169211eb7feab18d2af10bd2f08b05142e2aa20a3b33a0e')