summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-12-30 10:48:07 +0100
committertytan6522021-12-30 10:48:07 +0100
commit1d85cf282651ea113ad86101d22753dd6c1890f6 (patch)
tree8e68a54061f232b049cdb7405d75fb7bf459cad0
parentbd159477f752c6114c69892fa5383e0627128607 (diff)
downloadaur-1d85cf282651ea113ad86101d22753dd6c1890f6.tar.gz
doc: Update description and URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff71332e17e1..5c821e756ea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = obs-scene-collection-manager
- pkgdesc = Plugin for OBS Studio allowing you to create a Dock for showing and editing notes for the current active scene
+ pkgdesc = Plugin for OBS Studio to add a Scene Collection Manager
pkgver = 0.0.2
pkgrel = 1
- url = https://obsproject.com/forum/resources/scene-notes-dock.1398/
+ url = https://obsproject.com/forum/resources/scene-collection-manager.1434/
arch = i686
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 17d14e984aa6..6fbd9a10c8d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=obs-$_pluginname
pkgver=0.0.2
_obsver=27.0.0
pkgrel=1
-pkgdesc="Plugin for OBS Studio allowing you to create a Dock for showing and editing notes for the current active scene"
+pkgdesc="Plugin for OBS Studio to add a Scene Collection Manager"
arch=("i686" "x86_64" "aarch64")
-url="https://obsproject.com/forum/resources/scene-notes-dock.1398/"
+url="https://obsproject.com/forum/resources/scene-collection-manager.1434/"
license=("GPL2")
depends=("obs-studio>=$_obsver")
makedepends=("cmake" "git" "libxcomposite")