summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTriss Healy2021-08-08 08:51:40 +1000
committerTriss Healy2021-08-08 08:57:26 +1000
commitb8f5fdc3dd7e55fac62b16dd6fe228046f50bd26 (patch)
treea6a513e082572b00d3796dfa3e63555300fc51c3
parentf0a66bbe611af63a81df70b87728873d46e86e5d (diff)
downloadaur-b8f5fdc3dd7e55fac62b16dd6fe228046f50bd26.tar.gz
Did not need libxcb explicitly
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886f3a29663a..bb54807d110d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = msedgedriver-beta-bin
arch = x86_64
license = BSD
license = custom
- depends = libxcb
depends = glib2
depends = nss
depends = xdg-utils
- optdepends = microsoft-edge-beta
+ optdepends = microsoft-edge=93.0.961.11
provides = msedgedriver=93.0.961.11
provides = msedgedriver-beta
conflicts = msedgedriver
diff --git a/PKGBUILD b/PKGBUILD
index 8707ba614224..6efe1e3ce946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ 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)
-optdepends=(microsoft-edge-${_channel})
+depends=(glib2 nss xdg-utils)
+optdepends=(microsoft-edge-beta=${pkgver})
provides=("${_pkgname}=${pkgver}" "${_pkgname}-${_channel}")
conflicts=(
"${_pkgname}"