From 7f9e3bbc66fc3c8d9ee0c62d91fc872468f6f56c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 2 Jan 2022 22:40:35 +0400 Subject: [PATCH] [PKGBUILD] Added makedepends. --- contrib/archlinux/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index cfd2989..b698148 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -8,6 +8,7 @@ url="https://git.arav.top/Arav/httpprocwatchd" license=('MIT') source=('git+https://git.arav.top/Arav/httpprocwatchd.git') md5sums=('SKIP') +makedepends=('go') build() { cd "$srcdir/$pkgname"