summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-10-13 09:48:45 +0200
committertytan6522023-10-13 09:48:45 +0200
commitf710ed038c0a5db84d4c14d8a850f7846e6b3b53 (patch)
tree97f63d14678dfe421af6c65f880a91e4b32b8a31
parent8f98df4bebfac98e240adb42d076a82799aacadb (diff)
downloadaur-f710ed038c0a5db84d4c14d8a850f7846e6b3b53.tar.gz
build: Update to version 2.9.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0138402aee5d..f645b33b904e 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.9.5
+ pkgver = 2.9.6
pkgrel = 1
url = https://obsproject.com/forum/resources/move-transition.913/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = obs-move-transition
makedepends = git
depends = obs-studio>=28
depends = glibc
- source = obs-move-transition::git+https://github.com/exeldro/obs-move-transition#commit=47b73b0fa689cbce6ad90191730e5abbe4450f22
+ source = obs-move-transition::git+https://github.com/exeldro/obs-move-transition#commit=07d625455f92d724cc74e8ee8c5cb187179989f1
sha256sums = SKIP
pkgname = obs-move-transition
diff --git a/PKGBUILD b/PKGBUILD
index cfb3b6b6786b..050a7109267e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-move-transition
-pkgver=2.9.5
+pkgver=2.9.6
pkgrel=1
pkgdesc="Plugin for OBS Studio to move sources to a new position during scene transition"
arch=("x86_64" "aarch64")
@@ -9,7 +9,7 @@ url="https://obsproject.com/forum/resources/move-transition.913/"
license=("GPL2")
depends=("obs-studio>=28" "glibc")
makedepends=("cmake" "git")
-source=("$pkgname::git+https://github.com/exeldro/$pkgname#commit=47b73b0fa689cbce6ad90191730e5abbe4450f22")
+source=("$pkgname::git+https://github.com/exeldro/$pkgname#commit=07d625455f92d724cc74e8ee8c5cb187179989f1")
sha256sums=("SKIP")
build() {