summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaurabh Sharma2021-09-29 07:57:58 +0530
committerSaurabh Sharma2021-09-29 07:57:58 +0530
commit56071a503cccb9412f44c919b6ccafe5db9b9941 (patch)
tree6c025cca395cf48a0e17b22214d6eba0e42a92b7 /PKGBUILD
parentc329738fb58af844657945e0e360c6cbf9a96c90 (diff)
downloadaur-56071a503cccb9412f44c919b6ccafe5db9b9941.tar.gz
Adding missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb59c9a8a3f2..3224adcdef22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
_appname=imgbrd-grabber
pkgname="${_appname}-bin"
pkgver=7.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="Unofficial binary installer for ImgBrd Grabber"
arch=("x86_64")
+depends=('qt5-multimedia' 'qt5-declarative' 'nodejs' 'qt5-networkauth' 'qt5-base' 'krb5')
url="https://github.com/Bionus/imgbrd-grabber"
license=("Apache-2.0 License")
options=('!strip')