summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-02-14 08:29:09 +0100
committertytan6522021-02-14 08:29:09 +0100
commitd9a0ad289b7035a4e31326a497b6698fe15bdb8f (patch)
tree74549143c8d42f6eb6d3857e528932bb226a26ec
parent4adc9c35152c3184b88786de2197463ac6daf93f (diff)
downloadaur-d9a0ad289b7035a4e31326a497b6698fe15bdb8f.tar.gz
build: update to 2.3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f43a2249f8..8fad26bce87f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-move-transition
pkgdesc = Plugin for OBS Studio to move sources to a new position during scene transition
- pkgver = 2.3.2
+ pkgver = 2.3.4
pkgrel = 1
url = https://github.com/exeldro/obs-move-transition
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = obs-move-transition
makedepends = jack
makedepends = gtk-update-icon-cache
depends = obs-studio
- source = obs-move-transition-2.3.2::git+https://github.com/exeldro/obs-move-transition#commit=e5197ec599395c656b11a6564679f442c77388de
+ source = obs-move-transition-2.3.4::git+https://github.com/exeldro/obs-move-transition#commit=7b203e240749adb76a38efa7e10fe48d944741a1
source = obs-studio-26.1.2.tar.gz::https://github.com/obsproject/obs-studio/archive/26.1.2.tar.gz
source = fix_python_binary_loading.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 57c6c08cffda..fb3306add163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-move-transition
-pkgver=2.3.2
+pkgver=2.3.4
_obsver=26.1.2
pkgrel=1
pkgdesc="Plugin for OBS Studio to move sources to a new position during scene transition"
@@ -15,7 +15,7 @@ makedepends=(
'qt5-svg' 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache'
)
source=(
- "$pkgname-$pkgver::git+https://github.com/exeldro/obs-move-transition#commit=e5197ec599395c656b11a6564679f442c77388de"
+ "$pkgname-$pkgver::git+https://github.com/exeldro/obs-move-transition#commit=7b203e240749adb76a38efa7e10fe48d944741a1"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
"fix_python_binary_loading.patch"
)