summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2019-05-25 14:24:04 -0400
committerSlashbunny2019-05-25 14:24:04 -0400
commitd9bb415a9d34b6db6a323e03e2598a6d098477f8 (patch)
tree1bb18a51a3cfca18255f107c5409438309080bb9
parent097afa01a59379e9a0f72c5471fc010b5933e665 (diff)
downloadaur-d9bb415a9d34b6db6a323e03e2598a6d098477f8.tar.gz
Use python2-nio instead of python2-matrix-nio
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff8b96719ef..dedfe842b921 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 18 04:48:41 UTC 2019
+# Sat May 25 18:20:01 UTC 2019
pkgbase = weechat-poljar-matrix-git
pkgdesc = Python plugin for Weechat to communicate over the Matrix protocol
pkgver = r614.b136153
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/poljar/weechat-matrix
arch = any
license = custom
@@ -16,7 +16,7 @@ pkgbase = weechat-poljar-matrix-git
depends = python2-h2
depends = python2-jsonschema
depends = python2-logbook
- depends = python2-matrix-nio
+ depends = python2-nio
depends = python2-olm
depends = python2-peewee
depends = python2-pygments
diff --git a/PKGBUILD b/PKGBUILD
index f6a84371fe2c..66d7788589bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slash <youremail@domain.com>
pkgname=weechat-poljar-matrix-git
-pkgver=r614.b136153
+pkgver=r634.bdab5c8
pkgrel=1
pkgdesc="Python plugin for Weechat to communicate over the Matrix protocol"
arch=('any')
@@ -10,7 +10,7 @@ license=('custom')
groups=()
depends=('cython2' 'python2-atomicwrites' 'python2-attrs' 'python2-future'
'python2-h11' 'python2-h2' 'python2-jsonschema' 'python2-logbook'
- 'python2-matrix-nio' 'python2-olm' 'python2-peewee' 'python2-pygments'
+ 'python2-nio' 'python2-olm' 'python2-peewee' 'python2-pygments'
'python2-pyopenssl' 'python2-typing' 'python2-unpaddedbase64'
'python2-webcolors')
makedepends=('git')