summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoe Holden2020-10-26 01:56:48 +0100
committerJoe Holden2020-10-26 01:56:48 +0100
commitc376913e60e10b4dfe7ea21ab9047db26639979d (patch)
tree997e0bcaf35add21fd0e2dd663c91f3adf61e75c /PKGBUILD
parented5df893131d67b1d1a490e36e1be0ed4721833b (diff)
downloadaur-c376913e60e10b4dfe7ea21ab9047db26639979d.tar.gz
fix asyncpg (breaks when building with aurto due to older version in aur, sigh)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 122ea54534fe..d318575879a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('AGPL-3.0')
depends=(python-sqlalchemy python-ruamel-yaml python-magic-git python-commonmark
python-aiohttp python-mautrix-git python-cryptg python-cchardet python-aiodns
- python-brotli python-pillow python-asyncpg python-olm python-phonenumbers
+ python-brotli python-pillow 'python-asyncpg>0.20' python-olm python-phonenumbers
python-pycryptodome python-unpaddedbase64 python-matrix-nio signald-git)
makedepends=('git')
backup=("etc/$_pkgbase/config.yaml")