summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522021-05-26 07:58:40 +0200
committertytan6522021-05-26 07:58:40 +0200
commit92ac1d5f77187d9373fa4e3afef9eace243e1d82 (patch)
tree939c689ba3707509d87b522175d43cf2c932be1f /PKGBUILD
parentc05fdd8a8f683eb93bc17531d059853fdb99b2a1 (diff)
downloadaur-92ac1d5f77187d9373fa4e3afef9eace243e1d82.tar.gz
build: update to 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"