summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hine2018-10-11 00:45:21 -0700
committerThomas Hine2018-10-11 00:45:21 -0700
commit6d191808c67ed86f35b1759f5409814224a66acd (patch)
tree710fe8364c1af704f0d10295fbb956e9a1559877
parente2f1fe3713413c02b0200a5e02e97d8c9df8e94b (diff)
downloadaur-6d191808c67ed86f35b1759f5409814224a66acd.tar.gz
Updated version, added obs-studio as a dep., change license
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a71f0d4cd32..40358ab72fc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = obs-ndi-bin
pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
- pkgver = 4.5.2
+ pkgver = 4.5.3
pkgrel = 3
url = https://github.com/Palakis/obs-ndi
arch = x86_64
- license = LGPL2.1
+ license = LGPL2.0
+ depends = obs-studio
depends = ndi-sdk
depends = avahi
- source = https://github.com/Palakis/obs-ndi/releases/download/4.5.2/obs-ndi_4.5.2-1_amd64.deb
- sha256sums = 9d525c4645e7dce38aceb06480225702f9f4bda3acdd34168522931a10742180
+ source = https://github.com/Palakis/obs-ndi/releases/download/4.5.3/obs-ndi_4.5.3-1_amd64.deb
+ sha256sums = 76811c32516e21efc5b72360aae2921392d1924bf2247ab13831cbc128d0a6c6
pkgname = obs-ndi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 841ba44da45b..3ac77405bf47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: BenoƮt Giraudou <bgiraudou @ gmail.com>
-# Updated by: Thomas Hine <thomas@thomashine.xyz>
+# Maintainer: Thomas Hine <thomas @ thomashine.xyz>
relpkgname=obs-ndi
pkgname=${relpkgname}-bin
-pkgver=4.5.2
+pkgver=4.5.3
_pkgbuild=1
-pkgrel=3
+pkgrel=1
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
-license=('LGPL2.1')
+license=('LGPL2.0')
url="https://github.com/Palakis/obs-ndi"
-depends=('ndi-sdk' 'avahi')
+depends=('obs-studio' 'ndi-sdk' 'avahi')
source=("${url}/releases/download/${pkgver}/${relpkgname}_${pkgver}-${_pkgbuild}_amd64.deb")
-sha256sums=('9d525c4645e7dce38aceb06480225702f9f4bda3acdd34168522931a10742180')
+sha256sums=('76811c32516e21efc5b72360aae2921392d1924bf2247ab13831cbc128d0a6c6')
package() {
cd "${srcdir}"