summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Tran2016-10-04 17:50:21 +1100
committerVictor Tran2016-10-04 17:50:21 +1100
commit15768cccbe334098ed39d942e9fc8f5e9392988f (patch)
treec08095b856287678aff4e2b6c17e5aea5b25bd22 /PKGBUILD
parent60fa6dbdf2b95df1cc4f4b69f4e28b0110477853 (diff)
downloadaur-15768cccbe334098ed39d942e9fc8f5e9392988f.tar.gz
Remove qtchooser depencency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04bcc1db9dbc..2d28ae33cd0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Simple File Manager"
arch=("x86_64")
url="https://github.com/vicr123/thefile"
license=('GPL2')
-depends=('kwidgetsaddons' 'xdg-utils')
-makedepends=('qtchooser' 'git' 'clang')
+depends=('kwidgetsaddons' 'xdg-utils' 'qt5-base')
+makedepends=('git' 'clang')
optdepends=('jmtpfs: for MTP support'
'ifuse: for iOS support'
'usbmuxd: for iOS support'