summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaronRogers2016-04-11 20:04:07 -0600
committerkyrogon2018-01-05 08:40:38 -0700
commitc6912c619d7c3b246c4aeac98cb21ea252234221 (patch)
treeea80300f8b84a7119df6f0c7099e7d5d9477dd46 /PKGBUILD
parentbf279b6a8b4f100880cf582b394aeb6c53114f93 (diff)
downloadaur-c6912c619d7c3b246c4aeac98cb21ea252234221.tar.gz
Added qt5 dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58f70f9600e4..89b00437378f 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="1"
+pkgrel="2"
pkgdesc="obd scan and diagnostics"
arch=('i686' 'x86_64')
url="http://www.obdautodoctor.com/"
@@ -12,6 +12,7 @@ source_x86_64=("http://cdn.obdautodoctor.com/${pkgname}_${pkgver}_amd64.tar.gz")
md5sums_i686=('4cbca291eb5ab3577c306ab1e803a655')
md5sums_x86_64=('394d7783508545a2eb5b036bd6ac9a9d')
+depends=("qt5-base")
optdepends=("bluez: for bluetooth support")
[[ "$CARCH" = "i686" ]] && _parch='i386'