summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12300f72b06a..bad025e171b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = squidclamav
url = https://github.com/darold/squidclamav.git
arch = x86_64
license = GPL
+ makedepends = git
depends = c-icap
depends = clamav
provides = squidclamav
diff --git a/PKGBUILD b/PKGBUILD
index 84d954a5b761..68820202bb5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url='https://github.com/darold/squidclamav.git'
provides=("$pkgname")
conflicts=("$pkgname")
source=("$pkgname::git+$url")
+makedepends=('git')
depends=('c-icap' 'clamav')
license=('GPL')