summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2019-09-14 13:38:24 -0400
committerSlashbunny2019-09-14 13:38:24 -0400
commita7d64b22acdfce6d32d6ba6685e560e24fae8c13 (patch)
tree2a8b2c32049a90177e66393db4f72b1b925a56ed
parentd9bb415a9d34b6db6a323e03e2598a6d098477f8 (diff)
downloadaur-a7d64b22acdfce6d32d6ba6685e560e24fae8c13.tar.gz
Update package to use python3
Weechat 2.6 now uses python3 instead of python2.
-rw-r--r--.SRCINFO31
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dedfe842b921..9c6f64710e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,20 @@
-# Generated by mksrcinfo v8
-# 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 = 2
+ pkgver = r685.f5f08cb
+ pkgrel = 1
url = https://github.com/poljar/weechat-matrix
arch = any
license = custom
makedepends = git
- depends = cython2
- depends = python2-atomicwrites
- depends = python2-attrs
- depends = python2-future
- depends = python2-h11
- depends = python2-h2
- depends = python2-jsonschema
- depends = python2-logbook
- depends = python2-nio
- depends = python2-olm
- depends = python2-peewee
- depends = python2-pygments
- depends = python2-pyopenssl
- depends = python2-typing
- depends = python2-unpaddedbase64
- depends = python2-webcolors
+ depends = python-aiohttp
+ depends = python-atomicwrites
+ depends = python-attrs
+ depends = python-future
+ depends = python-logbook
+ depends = python-nio
+ depends = python-pygments
+ depends = python-pyopenssl
+ depends = python-webcolors
provides = weechat-poljar-matrix
conflicts = weechat-poljar-matrix
source = weechat-matrix::git+https://github.com/poljar/weechat-matrix.git
diff --git a/PKGBUILD b/PKGBUILD
index 66d7788589bb..7f55b9b317d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,15 @@
# Maintainer: Slash <youremail@domain.com>
pkgname=weechat-poljar-matrix-git
-pkgver=r634.bdab5c8
+pkgver=r685.f5f08cb
pkgrel=1
pkgdesc="Python plugin for Weechat to communicate over the Matrix protocol"
arch=('any')
url="https://github.com/poljar/weechat-matrix"
license=('custom')
groups=()
-depends=('cython2' 'python2-atomicwrites' 'python2-attrs' 'python2-future'
- 'python2-h11' 'python2-h2' 'python2-jsonschema' 'python2-logbook'
- 'python2-nio' 'python2-olm' 'python2-peewee' 'python2-pygments'
- 'python2-pyopenssl' 'python2-typing' 'python2-unpaddedbase64'
- 'python2-webcolors')
+depends=('python-aiohttp' 'python-atomicwrites' 'python-attrs' 'python-future' 'python-logbook'
+ 'python-nio' 'python-pygments' 'python-pyopenssl' 'python-webcolors')
makedepends=('git')
provides=('weechat-poljar-matrix')
conflicts=('weechat-poljar-matrix')