summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-05-18 09:54:36 +0200
committertytan6522023-05-18 09:54:36 +0200
commitd651f16c1d687a1032890aa4825a361e6afa0013 (patch)
tree3d85afddff21aac544946b8ccd580ac695ef230a
parentc988bac40de0ed519a7d90df1c16d22937d4bd18 (diff)
downloadaur-d651f16c1d687a1032890aa4825a361e6afa0013.tar.gz
build: Update to 2.9.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf228554368..b5465c5e4fa8 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.0
+ pkgver = 2.9.1
pkgrel = 1
url = https://obsproject.com/forum/resources/move-transition.913/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = obs-move-transition
makedepends = cmake
makedepends = git
depends = obs-studio>=28
- source = obs-move-transition::git+https://github.com/exeldro/obs-move-transition#commit=b63b588a8df6e7727c30c3354374e84e0dfd3c55
+ source = obs-move-transition::git+https://github.com/exeldro/obs-move-transition#commit=702c67c06001d0042ae72241136f87badcb732b0
sha256sums = SKIP
pkgname = obs-move-transition
diff --git a/PKGBUILD b/PKGBUILD
index 4f1231836b38..74965e0c051f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-move-transition
-pkgver=2.9.0
+pkgver=2.9.1
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")
makedepends=("cmake" "git")
-source=("$pkgname::git+https://github.com/exeldro/$pkgname#commit=b63b588a8df6e7727c30c3354374e84e0dfd3c55")
+source=("$pkgname::git+https://github.com/exeldro/$pkgname#commit=702c67c06001d0042ae72241136f87badcb732b0")
sha256sums=("SKIP")
build() {