summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hine2018-10-01 21:50:45 -0700
committerThomas Hine2018-10-01 21:50:45 -0700
commite2f1fe3713413c02b0200a5e02e97d8c9df8e94b (patch)
treeba4cd17b5a877cf40b5ce64496314161b9ac3c46 /PKGBUILD
parentf5e5eddfadd082d4085ad67d450081a509e0152e (diff)
downloadaur-e2f1fe3713413c02b0200a5e02e97d8c9df8e94b.tar.gz
Updated deb version, changed from libndi to ndi-sdk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}"