diff options
-rw-r--r-- | testing/x2goserver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/x2goserver/APKBUILD b/testing/x2goserver/APKBUILD index 9c883d3810..0d0cb43f97 100644 --- a/testing/x2goserver/APKBUILD +++ b/testing/x2goserver/APKBUILD @@ -8,7 +8,7 @@ url="http://x2go.org" arch="all" license="GPL" depends="" -makedepends="libssh2-dev perl-dbd-sqlite python-dev xauth" +makedepends="libssh2-dev perl-dbd-sqlite python-dev xauth bash" install="$pkgname.pre-install" subpackages="$pkgname-doc" source="http://code.x2go.org/releases/source/x2goserver/${pkgname}_${pkgver}.tar.gz" |