summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Marshall2017-01-30 13:23:47 -0500
committerGenki Marshall2017-01-30 13:23:47 -0500
commit5a6ad6ba8539f08b50a4cdd802114af72ab0b5a9 (patch)
tree905e5fddb3234220a5769a2dd7621a400c6dcfc9
parent3e796b85c138b22967c1b78cb0fc5ec0906f96c8 (diff)
downloadaur-5a6ad6ba8539f08b50a4cdd802114af72ab0b5a9.tar.gz
fix: Add libusb as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86fd6742ed97..41c4d297f9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Command line utility for Atmel maXTouch devices'
arch=('x86_64')
license=('BSD-2-Clause')
-depends=()
+depends=('libusb')
makedepends=('git' 'pandoc')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")