summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMickaël Thomas2024-03-07 20:06:10 +0100
committerMickaël Thomas2024-03-07 20:06:10 +0100
commit846898bf430abcbb93ee818e4ee2d7b32ece4676 (patch)
treefc482fb24ded9e968dd28d89bb074a6425a2940f /PKGBUILD
parent4cd5caa010141fe0af159cf70506b08dd34a5313 (diff)
downloadaur-picocom-git.tar.gz
Add pandoc makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8e63f09662e..516ddb9cfd56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Minimal dumb-terminal emulation program, very much like minicom. Develo
url='https://gitlab.com/wsakernel/picocom'
license=(GPL2)
source=('git+https://gitlab.com/wsakernel/picocom.git')
-makedepends=(git)
+makedepends=(git pandoc)
conflicts=(picocom)
provides=(picocom)