summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDictator Mei2018-08-14 09:24:07 +0900
committerDictator Mei2018-08-14 09:24:07 +0900
commit42805848147e7ad41bd06fc636c33a01a3288bde (patch)
tree3ae1ffe53aa58aeda1b31a470fe2cbca659a0ba0 /PKGBUILD
parent74469e07a32dcd7e95156afb8fbc5a85a852dc00 (diff)
downloadaur-42805848147e7ad41bd06fc636c33a01a3288bde.tar.gz
add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee9bd383aecc..468efa978ef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,10 @@ arch=('any')
url="https://github.com/pandolia/qqbot"
license=('MIT')
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")
source=("https://github.com/pandolia/qqbot/archive/v$pkgver.tar.gz")
sha512sums=('c72f8a1c153c97a50adfaeb7704cbdacebcdd01b4a603e1a34ab571447cf3a2747c4da6480f7ce070eccd2b7fe5e3306924a111be1f680947fab245ee266a813')