summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Giraudou2018-03-29 22:22:54 +0200
committerBenoît Giraudou2018-03-29 22:22:54 +0200
commit114439196d60300b909ed4c6c1353e95821096bf (patch)
treee3e9cbb0389c947ea97881ae5ee5275aacc4cc64
parent0c8e48cd7b7b8cfb764f51bec8c763bd242e2f49 (diff)
downloadaur-114439196d60300b909ed4c6c1353e95821096bf.tar.gz
Update package to version 4.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c4474be5b04..e8348dde1eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = obs-ndi-bin
pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
- pkgver = 4.3.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.1
depends = libndi3
- source = https://github.com/Palakis/obs-ndi/releases/download/4.3.0/obs-ndi_4.3.0-1_amd64.deb
- sha256sums = a94ca001b6a0477d95e58ba8bafdc39ec005f9a8312d8c88d27a378ae28aa621
+ source = https://github.com/Palakis/obs-ndi/releases/download/4.4.0/obs-ndi_4.4.0-1_amd64.deb
+ sha256sums = e2ee5e945fffa29c412c9699e329e90832322f102edc46c75bdbd0dc28bfd329
pkgname = obs-ndi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 202af487eb7b..efe0640e831b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benoît Giraudou <bgiraudou @ gmail.com>
relpkgname=obs-ndi
pkgname=${relpkgname}-bin
-pkgver=4.3.0
+pkgver=4.4.0
pkgrel=1
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/Palakis/obs-ndi"
depends=('libndi3')
source=("${url}/releases/download/${pkgver}/${relpkgname}_${pkgver}-${pkgrel}_amd64.deb")
-sha256sums=('a94ca001b6a0477d95e58ba8bafdc39ec005f9a8312d8c88d27a378ae28aa621')
+sha256sums=('e2ee5e945fffa29c412c9699e329e90832322f102edc46c75bdbd0dc28bfd329')
package() {
cd "${srcdir}"