summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a57227504f97..c0cf14e4cf3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=go-megaannex-git
pkgver=0
-pkgrel=1
+pkgrel=2
pkgdesc="A git-annex special remote using mega"
arch=("x86_64" "i686")
url="https://github.com/dxtr/megaannex-go"
license=("MIT")
-depends=("git-annex" "go")
+depends=("go")
+optdepends=("git-annex" "git-annex-git")
options=("!strip" "!emptydirs")
source=("git+https://github.com/dxtr/megaannex-go")
sha512sums=("SKIP")