summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDictator Mei2018-08-17 21:05:58 +0900
committerDictator Mei2018-08-17 21:05:58 +0900
commita370797f939fa4ca1275cc03e31f1c790b85c337 (patch)
tree177d4b6ee2a3ef885836b4c5798cec67de762225
parentf16d6b0e498ae670c3d19f9dce09c44e1a37caea (diff)
downloadaur-a370797f939fa4ca1275cc03e31f1c790b85c337.tar.gz
update optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68f394d80393..d20ee4650acd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,10 @@ pkgbase = qqbot
optdepends = python-pillow: For cmdQrcode
optdepends = python-wcwidth: For cmdQrcode
optdepends = shotwell: Automatically pop up QR code image
+ optdepends = python-selenium: For passwordlogin
+ optdepends = firefox: For webdriver in passwordlogin (or chromium)
+ optdepends = chromium: For webdriver in passwordlogin (or firefox)
+ optdepends = phantomjs: For webdriver in passwordlogin (no GUI)
source = https://github.com/pandolia/qqbot/archive/v2.3.10.tar.gz
source = qqbot.service
sha512sums = c72f8a1c153c97a50adfaeb7704cbdacebcdd01b4a603e1a34ab571447cf3a2747c4da6480f7ce070eccd2b7fe5e3306924a111be1f680947fab245ee266a813
diff --git a/PKGBUILD b/PKGBUILD
index 2a3d81283a47..dcab6dfa1bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,11 @@ depends=("python" "python-apscheduler" "python-certifi" "python-requests")
optdepends=("gvfs: Automatically pop up QR code image"
"python-pillow: For cmdQrcode"
"python-wcwidth: For cmdQrcode"
- "shotwell: Automatically pop up QR code image")
+ "shotwell: Automatically pop up QR code image"
+ "python-selenium: For passwordlogin"
+ "firefox: For webdriver in passwordlogin (or chromium)"
+ "chromium: For webdriver in passwordlogin (or firefox)"
+ "phantomjs: For webdriver in passwordlogin (no GUI)")
source=("https://github.com/pandolia/qqbot/archive/v$pkgver.tar.gz"
"qqbot.service")
sha512sums=("c72f8a1c153c97a50adfaeb7704cbdacebcdd01b4a603e1a34ab571447cf3a2747c4da6480f7ce070eccd2b7fe5e3306924a111be1f680947fab245ee266a813"