summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaronRogers2016-04-11 20:10:10 -0600
committerkyrogon2018-01-05 08:40:38 -0700
commit115bf038ce8f4cfaa62ed2d2bea057203d3c914e (patch)
tree21f3013a0c732f99b39e470aeda33e9bdacf57ae
parentc6912c619d7c3b246c4aeac98cb21ea252234221 (diff)
downloadaur-115bf038ce8f4cfaa62ed2d2bea057203d3c914e.tar.gz
Added qt5>5.2 dependancy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4dcc85ba7fe..ee3dcacd3568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = obd-auto-doctor
pkgdesc = obd scan and diagnostics
pkgver = 3.0.8
- pkgrel = 2
+ pkgrel = 3
url = http://www.obdautodoctor.com/
arch = i686
arch = x86_64
license = LGPL3
- depends = qt5-base
+ depends = qt5-base>5.2
optdepends = bluez: for bluetooth support
source_i686 = http://cdn.obdautodoctor.com/obd-auto-doctor_3.0.8_i386.tar.gz
md5sums_i686 = 4cbca291eb5ab3577c306ab1e803a655
diff --git a/PKGBUILD b/PKGBUILD
index 89b00437378f..991f7791581f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Rogers <aaron.kyle.rogers at gmail dot com>
pkgname="obd-auto-doctor"
pkgver="3.0.8"
-pkgrel="2"
+pkgrel="3"
pkgdesc="obd scan and diagnostics"
arch=('i686' 'x86_64')
url="http://www.obdautodoctor.com/"
@@ -12,7 +12,7 @@ source_x86_64=("http://cdn.obdautodoctor.com/${pkgname}_${pkgver}_amd64.tar.gz")
md5sums_i686=('4cbca291eb5ab3577c306ab1e803a655')
md5sums_x86_64=('394d7783508545a2eb5b036bd6ac9a9d')
-depends=("qt5-base")
+depends=("qt5-base>5.2")
optdepends=("bluez: for bluetooth support")
[[ "$CARCH" = "i686" ]] && _parch='i386'