summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hine2018-10-01 21:50:45 -0700
committerThomas Hine2018-10-01 21:50:45 -0700
commite2f1fe3713413c02b0200a5e02e97d8c9df8e94b (patch)
treeba4cd17b5a877cf40b5ce64496314161b9ac3c46
parentf5e5eddfadd082d4085ad67d450081a509e0152e (diff)
downloadaur-e2f1fe3713413c02b0200a5e02e97d8c9df8e94b.tar.gz
Updated deb version, changed from libndi to ndi-sdk
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60ec91d994f..3a71f0d4cd32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = obs-ndi-bin
pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
- pkgver = 4.4.0
- pkgrel = 2
+ pkgver = 4.5.2
+ pkgrel = 3
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.1
- depends = libndi3
+ depends = ndi-sdk
depends = avahi
- source = https://github.com/Palakis/obs-ndi/releases/download/4.4.0/obs-ndi_4.4.0-1_amd64.deb
- sha256sums = e2ee5e945fffa29c412c9699e329e90832322f102edc46c75bdbd0dc28bfd329
+ source = https://github.com/Palakis/obs-ndi/releases/download/4.5.2/obs-ndi_4.5.2-1_amd64.deb
+ sha256sums = 9d525c4645e7dce38aceb06480225702f9f4bda3acdd34168522931a10742180
pkgname = obs-ndi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 47086151ed97..841ba44da45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: BenoƮt Giraudou <bgiraudou @ gmail.com>
+# Updated by: Thomas Hine <thomas@thomashine.xyz>
relpkgname=obs-ndi
pkgname=${relpkgname}-bin
-pkgver=4.4.0
+pkgver=4.5.2
_pkgbuild=1
-pkgrel=2
+pkgrel=3
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
license=('LGPL2.1')
url="https://github.com/Palakis/obs-ndi"
-depends=('libndi3' 'avahi')
+depends=('ndi-sdk' 'avahi')
source=("${url}/releases/download/${pkgver}/${relpkgname}_${pkgver}-${_pkgbuild}_amd64.deb")
-sha256sums=('e2ee5e945fffa29c412c9699e329e90832322f102edc46c75bdbd0dc28bfd329')
+sha256sums=('9d525c4645e7dce38aceb06480225702f9f4bda3acdd34168522931a10742180')
package() {
cd "${srcdir}"