summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad643d88647..f131901d907f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,6 @@ pkgbase = obs-plugin-texture-share-vk
makedepends = gcc
depends = obs-studio
depends = texture-share-vk
- provides = obs-scene-tree-view
- conflicts = obs-scene-tree-view
source = obs-plugin-texture-share-vk::git+https://github.com/DigitOtter/obs-plugin-texture-share-vk.git#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2b083feabcb7..ba52b31d89e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,6 @@ license=( 'GPL' )
groups=()
depends=( 'obs-studio' 'texture-share-vk' )
makedepends=( 'qt6-base' 'git' 'cmake' 'gcc' )
-provides=( 'obs-scene-tree-view' )
-conflicts=( 'obs-scene-tree-view' )
source=( "${pkgname}::git+https://github.com/DigitOtter/obs-plugin-texture-share-vk.git#branch=master" )
sha256sums=( 'SKIP' )