summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25f285b06c5..4483a998619f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = lightspeed-react-git
license = custom:MIT
makedepends = npm
makedepends = git
- depends = lightspeed-webrtc
optdepends = nginx: Web Server to host the static web app
provides = lightspeed-react
provides = lightspeed-frontend
diff --git a/PKGBUILD b/PKGBUILD
index dbb048c5a99f..e49b6f500b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgdesc="React frontend for the Lightspeed project"
arch=(any)
url="https://github.com/GRVYDEV/Lightspeed-react"
license=("custom:MIT")
-depends=("lightspeed-webrtc")
optdepends=("nginx: Web Server to host the static web app")
makedepends=("npm" "git")
provides=("lightspeed-react" "lightspeed-frontend")