summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-06-15 19:20:55 +0200
committerPellegrino Prevete2021-06-15 19:20:55 +0200
commitd243278a18720c704c1bc8d088475f29e6e76d45 (patch)
tree091e3be54063df44d372ffca045295d558e3da2c
parentec0413df304670fd1ba6fa4f848cf7cc639cd26a (diff)
downloadaur-d243278a18720c704c1bc8d088475f29e6e76d45.tar.gz
fixed compatibility with openvtuber
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1c9c95a5369..0821eb5560d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ license=('GPL3')
depends=('npm' 'python' 'python-bidict' 'python-engineio' 'python-opencv'
'python-socketio' 'python-tensorflow' 'python-websocket-client'
'yarn')
+provides=($_pkgname)
+conflicts=($_pkgname)
optdepends=()
makedepends=('git')
source=("$pkgname::git+$url.git")