summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-08-24 15:16:04 +0200
committerHugo Osvaldo Barrera2021-08-24 15:16:04 +0200
commit4f68627ed75a738234e3e33f7c3e05e0be7c3d50 (patch)
tree2f13608ea77ca8f4dec5a72855d15e1057e7a8aa /PKGBUILD
parente372f6d272301f53c8def6b1045ce76390a77e8a (diff)
downloadaur-4f68627ed75a738234e3e33f7c3e05e0be7c3d50.tar.gz
Add another missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23ce536ee1ee..58bc927b71e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64' 'aarch64')
url="https://git.sr.ht/~whynothugo/autovdirsyncer"
license=('ISC')
depends=('vdirsyncer')
-makedepends=('go' 'git')
+makedepends=('go' 'git' 'scdoc')
source=("git+https://git.sr.ht/~whynothugo/autovdirsyncer?signed#tag=v${pkgver}")
md5sums=('SKIP')
validpgpkeys=('951082781CA308E4A529DEFD6F9FFF122B98C0CD')