summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-06-02 16:10:46 +0200
committertytan6522021-06-02 16:10:46 +0200
commitac2ff19d023f22027cf941e9e89570893a98a306 (patch)
tree45831297dda4013045bb087c21770adbc9aaf14b
parent92ac1d5f77187d9373fa4e3afef9eace243e1d82 (diff)
downloadaur-ac2ff19d023f22027cf941e9e89570893a98a306.tar.gz
build: Bump to OBS 27
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53fb58445a18..2738d1948a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = obs-vnc
pkgdesc = This plugin is a VNC viewer that works as a source in OBS Studio
pkgver = 0.3.1
- pkgrel = 1
- url = https://github.com/norihiro/obs-vnc
+ pkgrel = 2
+ url = https://obsproject.com/forum/resources/vnc-source.1000/
+ arch = i686
arch = x86_64
arch = aarch64
license = GPL2
makedepends = cmake
- depends = obs-studio
+ depends = obs-studio>=27.0.0
depends = libvncserver
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 90d4646e04ed..9d3c2dd83afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-vnc
pkgver=0.3.1
-pkgrel=1
+_obsver=27.0.0
+pkgrel=2
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"
-license=('GPL2')
-depends=("obs-studio" "libvncserver")
+arch=("i686" "x86_64" "aarch64")
+url="https://obsproject.com/forum/resources/vnc-source.1000/"
+license=("GPL2")
+depends=("obs-studio>=$_obsver" "libvncserver")
makedepends=("cmake")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/norihiro/obs-vnc/archive/$pkgver.tar.gz")
-sha256sums=('d16ccaa52a8471643094fe0145059620320f13bd498bf7595f0956ab515da489')
+sha256sums=("d16ccaa52a8471643094fe0145059620320f13bd498bf7595f0956ab515da489")
build() {
cd "$pkgname-$pkgver"