summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52673ce08407..86fd6742ed97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Command line utility for Atmel maXTouch devices'
arch=('x86_64')
license=('BSD-2-Clause')
depends=()
-makedepends=('git')
+makedepends=('git' 'pandoc')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
url="https://github.com/atmel-maxtouch/mxt-app"