diff --git a/community/weechat-matrix/APKBUILD b/community/weechat-matrix/APKBUILD
index 492bac81d70a8a029b74b97b0520e3ae226c6baa..08f2ebfe3f9c6e1f575953822bae827056401ffe 100644
--- a/community/weechat-matrix/APKBUILD
+++ b/community/weechat-matrix/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Clayton Craft <clayton@craftyguy.net>
 pkgname=weechat-matrix
 pkgver=0.3.0_git20220304
-pkgrel=1
+pkgrel=2
 _commit="c2d2a52283f203e47ffd642c2a2845cbf5b7e980"
 pkgdesc="WeeChat Matrix protocol script"
 url="https://github.com/poljar/weechat-matrix"
@@ -10,10 +10,14 @@ arch="noarch"
 license="MIT"
 depends="
 	py3-aiohttp
+	py3-atomicwrites
 	py3-attrs
+	py3-cachetools
 	py3-magic
 	py3-matrix-nio
+	py3-olm
 	py3-openssl
+	py3-peewee
 	py3-pygments
 	py3-requests
 	py3-webcolors