summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaronRogers2016-04-11 20:04:07 -0600
committerAaronRogers2016-04-11 20:04:07 -0600
commitd10f9edb9dfe6e641bfa1cf3afe916f2b7381496 (patch)
treeea80300f8b84a7119df6f0c7099e7d5d9477dd46
parent804a0c9c4afc5b0abf2f74fed7fedfb09f3fed8d (diff)
downloadaur-d10f9edb9dfe6e641bfa1cf3afe916f2b7381496.tar.gz
Added qt5 dependancy
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200ebdeca663..e4dcc85ba7fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Wed Mar 2 18:37:33 UTC 2016
pkgbase = obd-auto-doctor
pkgdesc = obd scan and diagnostics
pkgver = 3.0.8
- pkgrel = 1
+ pkgrel = 2
url = http://www.obdautodoctor.com/
arch = i686
arch = x86_64
license = LGPL3
+ depends = qt5-base
optdepends = bluez: for bluetooth support
source_i686 = http://cdn.obdautodoctor.com/obd-auto-doctor_3.0.8_i386.tar.gz
- md5sums_i686 = 888f3cc55467ba6440b47c6eab9b411e
+ md5sums_i686 = 4cbca291eb5ab3577c306ab1e803a655
source_x86_64 = http://cdn.obdautodoctor.com/obd-auto-doctor_3.0.8_amd64.tar.gz
- md5sums_x86_64 = 0ec6b23f98319d298c10d10615e67576
+ md5sums_x86_64 = 394d7783508545a2eb5b036bd6ac9a9d
pkgname = obd-auto-doctor
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'