diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-08-21 16:47:55 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-08-21 16:47:55 +0200 |
commit | c1e40a24cc30af4239e3ede2e6961156ad037e2b (patch) | |
tree | d448636e4d36cdda1a27605bb93a2d01bf19dadc /testing | |
parent | 67b7481c23320449cefcd744a1a1e8e449045bfa (diff) | |
download | aports-c1e40a24cc30af4239e3ede2e6961156ad037e2b.tar.bz2 aports-c1e40a24cc30af4239e3ede2e6961156ad037e2b.tar.xz |
testing/syncthing: add bash as builddep
Diffstat (limited to 'testing')
-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" |