summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-01-07 16:57:13 +0100
committerSefa Eyeoglu2021-01-07 16:57:13 +0100
commitf1d5463d2c73dddf9eb42918e0425be3be302b87 (patch)
tree2b5807e9611322c054d4c91945f15e5954fe4c91
parentaf6571e7bd49ea2a01fc0b2a4c3b8c72597207fa (diff)
downloadaur-lightspeed-react-git.tar.gz
upgpkg: lightspeed-react-git r31.f396a1a-1
Remove -webrtc dependency for distributed installations
-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")