summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTriss Healy2021-08-08 08:51:40 +1000
committerTriss Healy2021-08-08 08:52:05 +1000
commitfc655648a5e12055147ac2592cf6b2d40d82fef2 (patch)
tree679175878845c9dcb84cdf579d798a341f020e1d
parentf008aa4cf9a8daa4750572a2d7c3e679cc6beedb (diff)
downloadaur-fc655648a5e12055147ac2592cf6b2d40d82fef2.tar.gz
Did not need libxcb explicitly
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a01954aa79c..7943464ebd00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = msedgedriver-dev-bin
arch = x86_64
license = BSD
license = custom
- depends = libxcb
depends = glib2
depends = nss
depends = xdg-utils
- optdepends = microsoft-edge-dev
+ optdepends = microsoft-edge=94.0.972.2
provides = msedgedriver=94.0.972.2
provides = msedgedriver-dev
conflicts = msedgedriver
diff --git a/PKGBUILD b/PKGBUILD
index 685a4963af61..30a46e1e1695 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=(libxcb glib2 nss xdg-utils)
+depends=(glib2 nss xdg-utils)
optdepends=(microsoft-edge=${pkgver})
provides=("${_pkgname}=${pkgver}" "${_pkgname}-${_channel}")
conflicts=(