summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Queiroz2017-07-18 20:58:40 -0300
committerJonathan Queiroz2017-07-18 20:58:40 -0300
commit959cd7e40b7d22d8f7c0f397d7bbb38fc196973f (patch)
tree9ccff3d2d0f3d5eaa5c762cef1072b87e2ee3dd0 /PKGBUILD
parent77101151df4f2fa602f9ab234121e97996da071a (diff)
downloadaur-959cd7e40b7d22d8f7c0f397d7bbb38fc196973f.tar.gz
Support 'git-annex-git' as an alternative to 'git-annex'.
Diffstat (limited to 'PKGBUILD')
-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")