summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcffc01b158d..1269f18b2267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="A git-annex special remote for Backblaze's B2"
arch=("x86_64" "i686")
url="https://github.com/encryptio/git-annex-remote-b2"
license=("MIT")
-depends=("git-annex" "go")
+depends=("go")
+optdepends=("git-annex" "git-annex-git")
options=("!strip" "!emptydirs")
source=("git+https://github.com/encryptio/git-annex-remote-b2")
sha512sums=("SKIP")