summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2023-11-17 09:27:04 +0800
committerJat2023-11-17 09:27:04 +0800
commit3e0aba04f47415c356196b3960e672d8a43ad8a4 (patch)
tree46160dd00d6286a080b288f83a61983974d2f87c
parent3bd691a6518350cb8c4b1b1e0801eac123c1f955 (diff)
downloadaur-3e0aba04f47415c356196b3960e672d8a43ad8a4.tar.gz
0.5.0.3
Signed-off-by: Jat <jat@sinosky.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2e8db9dfb66..be20191745dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = obs-multi-rtmp
pkgdesc = Multiple RTMP outputs plugin
- pkgver = 0.5.0.1
+ pkgver = 0.5.0.3
pkgrel = 1
url = https://github.com/sorayuki/obs-multi-rtmp
arch = x86_64
license = GPL
depends = obs-studio
- source = https://github.com/sorayuki/obs-multi-rtmp/releases/download/0.5.0.1/obs-multi-rtmp-0.5.0.1-linux-x86_64.deb
- sha256sums = 5c21b579200c906a3af13d1d71e7d5f3db23c4b5ffce8ade799729fbd5ec23f2
+ source = https://github.com/sorayuki/obs-multi-rtmp/releases/download/0.5.0.3-OBS30/obs-multi-rtmp-0.5.0.3-x86_64-linux-gnu.deb
+ sha256sums = 0d609f5f67c7ae7f78a5b1ca637d4548b5470adedac3369e70e26786c7ac1e97
pkgname = obs-multi-rtmp
diff --git a/PKGBUILD b/PKGBUILD
index bdbe619f260a..5c8145cbb769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Jat <chat@jat.email>
pkgname=obs-multi-rtmp
-pkgver=0.5.0.1
+pkgver=0.5.0.3
pkgrel=1
pkgdesc='Multiple RTMP outputs plugin'
arch=('x86_64')
url='https://github.com/sorayuki/obs-multi-rtmp'
license=('GPL')
depends=('obs-studio')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-linux-x86_64.deb")
-sha256sums=('5c21b579200c906a3af13d1d71e7d5f3db23c4b5ffce8ade799729fbd5ec23f2')
+source=("${url}/releases/download/${pkgver}-OBS30/${pkgname}-${pkgver}-x86_64-linux-gnu.deb")
+sha256sums=('0d609f5f67c7ae7f78a5b1ca637d4548b5470adedac3369e70e26786c7ac1e97')
package() {
- cd "${srcdir}"
+ cd "${srcdir}" || exit
tar -xf data.tar.gz -C "${pkgdir}"
- cd "${pkgdir}"
+ cd "${pkgdir}" || exit
mv usr/lib/x86_64-linux-gnu/obs-plugins usr/lib
rm -r usr/lib/x86_64-linux-gnu
}