summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Marshall2016-12-10 17:33:33 -0500
committerGenki Marshall2016-12-10 17:33:33 -0500
commit3e796b85c138b22967c1b78cb0fc5ec0906f96c8 (patch)
treea090a6fe32a8d1b00689ab75e7899ff6ffea7f48
parent8cce1f31c675a1533fa18300ceafa642c51ab01c (diff)
downloadaur-3e796b85c138b22967c1b78cb0fc5ec0906f96c8.tar.gz
makedepends: Add pandoc
-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"