summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2019-09-26 11:44:15 +0200
committerMidov2019-09-26 11:48:04 +0200
commit31746e2102e92f33201f97cc64e97901a19e22c2 (patch)
tree123fb3a83fa31811a77eb62c7dd9a6ffb0af551d
parent9bacb717876225d870c29b6d01054f568c458030 (diff)
downloadaur-31746e2102e92f33201f97cc64e97901a19e22c2.tar.gz
updated python-nio dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa27b622de31..499bcad536df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pantalaimon
pkgdesc = Pantalaimon is an end-to-end encryption aware Matrix reverse proxy daemon.
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matrix-org/pantalaimon
arch = any
license = Apache
depends = python
depends = libolm
- depends = matrix-nio-git
+ depends = python-nio
depends = python-prompt_toolkit
depends = python-janus
depends = python-peewee
diff --git a/PKGBUILD b/PKGBUILD
index c3e0e08644e0..c70d28a4b4ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pantalaimon
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Pantalaimon is an end-to-end encryption aware Matrix reverse proxy daemon.'
arch=('any')
url='https://github.com/matrix-org/pantalaimon'
license=('Apache')
-depends=('python' 'libolm' 'matrix-nio-git' 'python-prompt_toolkit' 'python-janus' 'python-peewee' 'python-logbook' 'python-aiohttp' 'python-cachetools' 'python-pycryptodome' 'python-unpaddedbase64' 'python-h2' 'python-h11' 'python-notify2' 'python-pydbus')
+depends=('python' 'libolm' 'python-nio' 'python-prompt_toolkit' 'python-janus' 'python-peewee' 'python-logbook' 'python-aiohttp' 'python-cachetools' 'python-pycryptodome' 'python-unpaddedbase64' 'python-h2' 'python-h11' 'python-notify2' 'python-pydbus')
source=("https://github.com/matrix-org/pantalaimon/archive/${pkgver}.tar.gz")
sha256sums=('30eb448eacf6c02078bd3c58513bc426ec09fa9930833e711270eaa8abc13756')