summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyrogon2018-01-05 08:39:11 -0700
committerkyrogon2018-01-05 08:40:38 -0700
commit1b977f86a0dc81a57cb18e4360d691d7631baeb5 (patch)
tree3349f0077816122c9275aa927c52a4e2e820ee63 /PKGBUILD
parent5a9c0bb35b6b88fd50359811c39dcb099be1e901 (diff)
downloadaur-1b977f86a0dc81a57cb18e4360d691d7631baeb5.tar.gz
Added dependency qt5-base>=5.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbf9cc02b155..912986947891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('LGPL3')
source_i686=("http://cdn.obdautodoctor.com/${pkgname}_${pkgver}_i386.tar.gz")
source_x86_64=("http://cdn.obdautodoctor.com/${pkgname}_${pkgver}_amd64.tar.gz")
-depends=("qt5-base>5.2")
+depends=("qt5-base>=5.5.1")
optdepends=("bluez: for bluetooth support")
[[ "$CARCH" = "i686" ]] && _parch='i386'