summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTriss Healy2021-08-08 08:16:39 +1000
committerTriss Healy2021-08-08 08:16:39 +1000
commit1edbbd254a1cadd674baa0a161245aef8a74c0f2 (patch)
tree4968ef711b24ac997ed5e268a58a2f33c9a43bab
parent4b94bd2db9f076f05da921d24741bee83a5d3014 (diff)
downloadaur-1edbbd254a1cadd674baa0a161245aef8a74c0f2.tar.gz
Removed unused deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e872351dd528..363a6f9c3721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="Standalone server that implements the W3C WebDriver standard (for micro
arch=('x86_64')
url="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/"
license=('BSD' 'custom')
-depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
+depends=(libcups nss xdg-utils)
optdepends=(edge-${_channel})
conflicts=("${_pkgname}" "${_pkgname}-dev")
source=("${_pkgname}_${pkgver}_linux64.zip::https://msedgedriver.azureedge.net/${pkgver}/edgedriver_linux64.zip")