summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-03-13 20:16:34 +0100
committertytan6522021-03-13 20:16:34 +0100
commit34c4d4e2c0728c04c425e5f8c963d11c9b736b18 (patch)
tree592e0dfc3a685d1c5cb1864ca9f8ff27c2e40846
parentd9a0ad289b7035a4e31326a497b6698fe15bdb8f (diff)
downloadaur-34c4d4e2c0728c04c425e5f8c963d11c9b736b18.tar.gz
build: update to 2.3.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fad26bce87f..e458fbdb0dc2 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.4
+ pkgver = 2.3.5
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.4::git+https://github.com/exeldro/obs-move-transition#commit=7b203e240749adb76a38efa7e10fe48d944741a1
+ source = obs-move-transition-2.3.5::git+https://github.com/exeldro/obs-move-transition#commit=723646a2f766b0b7f766d81d90ef317f4c32d268
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 fb3306add163..f47f927b0c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-move-transition
-pkgver=2.3.4
+pkgver=2.3.5
_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=7b203e240749adb76a38efa7e10fe48d944741a1"
+ "$pkgname-$pkgver::git+https://github.com/exeldro/obs-move-transition#commit=723646a2f766b0b7f766d81d90ef317f4c32d268"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
"fix_python_binary_loading.patch"
)