summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDigitOtter2023-11-04 18:45:31 +0100
committerDigitOtter2023-11-04 18:45:31 +0100
commitc7d187541d614a382996c023f7859a661c235193 (patch)
tree45bdd185e986ba5b3c88dfec79332d0529d31b3e
parent7915d4a7eabe16d34fc44151e4e8d6087d0078ca (diff)
downloadaur-c7d187541d614a382996c023f7859a661c235193.tar.gz
Fix conflicts
-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' )