summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec5542e4b1e..b4561a6f44c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = audible-activator-git
depends = python-requests
depends = python-selenium
depends = python-urllib3
- depends = chromium>=83
+ depends = chromedriver>=83
provides = audible-activator=0.2.r1.20210324.79e2cea
conflicts = audible-activator
source = audible-activator::git+https://github.com/inAudible-NG/audible-activator
diff --git a/PKGBUILD b/PKGBUILD
index ad20035475a4..4f575ba646a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=(
"python-requests"
"python-selenium"
"python-urllib3"
- "chromium>=83" # For chromedriver and 'chromedriver'-executable. You can also use "chrome" or any other chrome-based browser which provides a supported chromedriver.
+ "chromedriver>=83" # For chromedriver and 'chromedriver'-executable. You can also use "chrome" or any other chrome-based browser which provides a supported chromedriver.
)
makedepends=(