diff --git a/community/guacamole-dotool/APKBUILD b/community/guacamole-dotool/APKBUILD
index 1c8fa4a917a39ecda438fa3de5c5e2bf746dfada..99142dff4af2a737351169ed09115ed3314f5e03 100644
--- a/community/guacamole-dotool/APKBUILD
+++ b/community/guacamole-dotool/APKBUILD
@@ -1,13 +1,13 @@
 # Contributor: Jakub Jirutka <jakub@jirutka.cz>
 # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
 pkgname=guacamole-dotool
-pkgver=0.2.0
-pkgrel=1
+pkgver=0.2.1
+pkgrel=0
 pkgdesc="Guacamole CLI client for scripting"
 url="https://github.com/jirutka/guacamole-dotool"
 # riscv64,s390x: memory access out of bounds in @rollup/wasm-node
 # x86: textrels
-# arch="all !riscv64 !s390x !x86"
+arch="all !riscv64 !s390x !x86"
 # NOTE: This includes licenses of bundled npm packages.
 license="MIT AND Apache-2.0 AND ISC AND BSD-3-Clause AND BSD-2-Clause"
 depends="nodejs"
@@ -51,5 +51,5 @@ dbg() {
 }
 
 sha512sums="
-3d052a9ae325464a54af14f0f26c6d7e6134130df902deabdfef8f474f873ebe654f2bde660551550f1e983190be425c3ab39b7624561241d9669b6d448f7a24  guacamole-dotool-0.2.0.tar.gz
+c7964c1f2b35377fa1f4f5a23010de159664a236c128f06c3f6de748b642224b7e153e1918c93938941a0c98076d21f7025195ce4c8b08db1bd95a8821db1f36  guacamole-dotool-0.2.1.tar.gz
 "