summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Klomp2019-01-10 11:01:27 +0100
committerSven Klomp2019-01-10 11:01:27 +0100
commit1d728856d3367f80d120a9bf4ba1b2f770a6650a (patch)
tree4a7180b332fff9eae9c78acd1ab2268a964c8ba3 /PKGBUILD
parent340fc550e6733555894d832bf2e4ee7a7109c83e (diff)
downloadaur-mopidy-tpa2016d2-git.tar.gz
Add missing i2c-tools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6874c01565d8..d31e6e185e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Mopidy extension for controlling volume using an external tpa2016d2 amp
arch=('any')
url="https://github.com/klomp/mopidi-tpa2016d2"
license=('APACHE')
-depends=('python2' 'mopidy>=0.19')
+depends=('python2' 'i2c-tools' 'mopidy>=0.19')
makedepends=('python2' 'git')
conflicts=('mopidy-tpa2016d2')
provides=('mopidy-tpa2016d2')