diff options
Diffstat (limited to 'testing/syncthing/APKBUILD')
-rw-r--r-- | testing/syncthing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/syncthing/APKBUILD b/testing/syncthing/APKBUILD index 447bb8a8b4..40f5a45036 100644 --- a/testing/syncthing/APKBUILD +++ b/testing/syncthing/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="MIT" depends="" depends_dev="" -makedepends="$depends_dev godep go mercurial" +makedepends="$depends_dev godep go mercurial bash" install="" subpackages="" source="syncthing-${pkgver}.tar.gz::https://github.com/syncthing/syncthing/archive/v$pkgver.tar.gz" |