From 62d6894a59c24f6da493db3bb5bf623e8e9018f0 Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Fri, 28 Oct 2022 02:01:34 +0000
Subject: [PATCH] community/weechat-matrix: fix depends

---
 community/weechat-matrix/APKBUILD | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/community/weechat-matrix/APKBUILD b/community/weechat-matrix/APKBUILD
index 492bac81d70a..08f2ebfe3f9c 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
-- 
GitLab