summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-05-26 07:58:40 +0200
committertytan6522021-05-26 07:58:40 +0200
commit92ac1d5f77187d9373fa4e3afef9eace243e1d82 (patch)
tree939c689ba3707509d87b522175d43cf2c932be1f
parentc05fdd8a8f683eb93bc17531d059853fdb99b2a1 (diff)
downloadaur-92ac1d5f77187d9373fa4e3afef9eace243e1d82.tar.gz
build: update to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71aee04f817b..53fb58445a18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-vnc
pkgdesc = This plugin is a VNC viewer that works as a source in OBS Studio
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/norihiro/obs-vnc
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = obs-vnc
makedepends = cmake
depends = obs-studio
depends = libvncserver
- source = obs-vnc-0.3.0.tar.gz::https://github.com/norihiro/obs-vnc/archive/0.3.0.tar.gz
- sha256sums = c13d60e4fd55a26ba866fb8aa9c2c83d2c0a44e40034a77704b67894d96c5493
+ source = obs-vnc-0.3.1.tar.gz::https://github.com/norihiro/obs-vnc/archive/0.3.1.tar.gz
+ sha256sums = d16ccaa52a8471643094fe0145059620320f13bd498bf7595f0956ab515da489
pkgname = obs-vnc
diff --git a/PKGBUILD b/PKGBUILD
index b7a38d8c5a5c..90d4646e04ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-vnc
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="This plugin is a VNC viewer that works as a source in OBS Studio"
arch=('x86_64' 'aarch64')
@@ -9,7 +9,7 @@ license=('GPL2')
depends=("obs-studio" "libvncserver")
makedepends=("cmake")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/norihiro/obs-vnc/archive/$pkgver.tar.gz")
-sha256sums=('c13d60e4fd55a26ba866fb8aa9c2c83d2c0a44e40034a77704b67894d96c5493')
+sha256sums=('d16ccaa52a8471643094fe0145059620320f13bd498bf7595f0956ab515da489')
build() {
cd "$pkgname-$pkgver"