summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-05-18 13:58:11 +0200
committertytan6522022-05-18 13:58:11 +0200
commit2cdffb2d3d09a6f65dd8bc99e94bae27720fcd62 (patch)
tree2619b1b21c07e6b5103ef8ba8b113cd165cccfd7
parent3fa28410062e31f7fee1e307035ca2abf1759248 (diff)
downloadaur-2cdffb2d3d09a6f65dd8bc99e94bae27720fcd62.tar.gz
pkg: Prepare OBS Qt6 migration
https://github.com/obsproject/obs-studio/discussions/6481
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b12ee0a2e3..1c676cd0fce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-scrab
pkgdesc = Adds a configurable hotkey to quickly select a screen region and add it as an image source to the current scene
pkgver = 1.1
- pkgrel = 4
+ pkgrel = 5
url = https://obsproject.com/forum/resources/scrab.845/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = obs-scrab
makedepends = ffmpeg
makedepends = pciutils
depends = obs-studio>=27.2.0
+ depends = obs-studio<28
source = obs-scrab-1.1.tar.gz::https://github.com/univrsal/scrab/archive/v1.1.tar.gz
source = obs-studio-27.2.0.tar.gz::https://github.com/obsproject/obs-studio/archive/27.2.0.tar.gz
sha256sums = d0e14a0fc62591820b2188eecb472afa7e89e9419461b29e605ebf25dce6204e
diff --git a/PKGBUILD b/PKGBUILD
index b7efa56f5e4e..b35b75a4c6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pluginname=scrab
pkgname=obs-$_pluginname
pkgver=1.1
_obsver=27.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Adds a configurable hotkey to quickly select a screen region and add it as an image source to the current scene"
arch=("i686" "x86_64" "aarch64")
url="https://obsproject.com/forum/resources/scrab.845/"
license=("GPL2")
-depends=("obs-studio>=$_obsver")
+depends=("obs-studio>=$_obsver" "obs-studio<28")
makedepends=("cmake" "git" "libxcomposite" "ffmpeg" "pciutils")
source=(
"$pkgname-$pkgver.tar.gz"::"https://github.com/univrsal/$_pluginname/archive/v$pkgver.tar.gz"