summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522021-05-20 09:20:35 +0200
committertytan6522021-05-20 09:20:35 +0200
commitc05fdd8a8f683eb93bc17531d059853fdb99b2a1 (patch)
tree265776ac8eb9bac660c91a972ddef8458274b83c /PKGBUILD
parentff386d6916f5b98a7161b16f5d3af499050e503b (diff)
downloadaur-c05fdd8a8f683eb93bc17531d059853fdb99b2a1.tar.gz
build: update to 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a7bdc8d4f1c..b7a38d8c5a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-vnc
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="This plugin is a VNC viewer that works as a source in OBS Studio"
arch=('x86_64' 'aarch64')
url="https://github.com/norihiro/obs-vnc"
@@ -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=('b8d4e1ad9e275e7a08f7c144258b040645a04964e6bf870a6b7e9fbc7948608b')
+sha256sums=('c13d60e4fd55a26ba866fb8aa9c2c83d2c0a44e40034a77704b67894d96c5493')
build() {
cd "$pkgname-$pkgver"