summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-11-01 11:16:19 +0100
committertytan6522024-11-01 11:16:19 +0100
commit9e9d9b07b09e34480ec071cd0cd1a800503f3df3 (patch)
tree214d496a2da63924cee1580c377c753d46672b8b
parent33e6123eaae102a8ef6705453e67ce56eb4a641a (diff)
downloadaur-obs-scene-collection-manager.tar.gz
build: Update to version 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978a5af5f07e..544fc334e72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = obs-scene-collection-manager
pkgdesc = Plugin for OBS Studio to add a Scene Collection Manager
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://obsproject.com/forum/resources/scene-collection-manager.1434/
arch = x86_64
arch = aarch64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = cmake
makedepends = git
depends = obs-studio>=28
@@ -13,7 +13,7 @@ pkgbase = obs-scene-collection-manager
depends = glibc
depends = qt6-base
options = debug
- source = obs-scene-collection-manager::git+https://github.com/exeldro/obs-scene-collection-manager#tag=0.1.1
+ source = obs-scene-collection-manager::git+https://github.com/exeldro/obs-scene-collection-manager#tag=0.1.2
sha256sums = SKIP
pkgname = obs-scene-collection-manager
diff --git a/PKGBUILD b/PKGBUILD
index 2be34b11acee..b357a510b57d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-scene-collection-manager
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Plugin for OBS Studio to add a Scene Collection Manager"
arch=("x86_64" "aarch64")