diff --git a/community/x2goserver/APKBUILD b/community/x2goserver/APKBUILD
index 4d9a9b4a2ae9f7f54edb99469e81f912dc97393b..ad63814cff537f15f8ae222ca5034ee427d3555c 100644
--- a/community/x2goserver/APKBUILD
+++ b/community/x2goserver/APKBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=x2goserver
 pkgver=4.1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection"
 options="!check" # No option to run testsuite in make
 url="https://wiki.x2go.org/doku.php"
@@ -13,7 +13,8 @@ license="GPL-2.0-or-later"
 options="suid"
 depends="perl perl-config-simple perl-dbi perl-file-readbackwards
 	perl-capture-tiny perl-dbd-sqlite bash iproute2 makepasswd
-	openssh lsof xauth perl-file-basedir mcookie nx-libs perl-file-which"
+	openssh lsof xauth perl-file-basedir mcookie nx-libs perl-file-which
+	perl-try-tiny"
 makedepends="libssh2-dev mandoc"
 install="$pkgname.pre-install $pkgname.post-install"
 subpackages="$pkgname-doc $pkgname-openrc"