summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorSlashbunny2020-03-30 10:24:07 -0400
committerSlashbunny2020-03-30 10:24:15 -0400
commit0e63d482c930a84400f2eeb9c48878782c6f2cf3 (patch)
tree60b2482d9a354e344dced472b9cc3846fbe8b596 /.SRCINFO
parent5e98d6b4ff829c18bea4729b3e4432c16ef80889 (diff)
downloadaur-0e63d482c930a84400f2eeb9c48878782c6f2cf3.tar.gz
Initial commit of new poljar plugin
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO33
1 files changed, 24 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68137284125d..a25a959a4130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,31 @@
pkgbase = weechat-matrix-git
- pkgdesc = weechat script for matrix
- pkgver = r348.ace3fef
+ pkgdesc = Weechat Matrix protocol script written in Python
+ pkgver = r717.2a24096
pkgrel = 1
- url = https://github.com/torhve/weechat-matrix-protocol-script
+ url = https://github.com/poljar/weechat-matrix
+ install = weechat-matrix-git.install
arch = any
- license = MIT
+ license = ISC
+ checkdepends = python-hypothesis
+ checkdepends = python-pytest
makedepends = git
- depends = weechat
- depends = lua
- depends = lua-cjson
- source = weechat-matrix-git::git+https://github.com/torhve/weechat-matrix-protocol-script
- md5sums = SKIP
+ depends = python-atomicwrites
+ depends = python-attrs
+ depends = python-future
+ depends = python-logbook
+ depends = python-matrix-nio
+ depends = python-pygments
+ depends = python-pyopenssl
+ depends = python-webcolors
+ optdepends = python-aiohttp: matrix_sso_helper support
+ optdepends = python-magic: matrix_upload support
+ optdepends = python-requests: matrix_decrypt and matrix_upload support
+ optdepends = ranger: default plumber for matrix_decrypt
+ provides = weechat-matrix
+ conflicts = weechat-matrix
+ replaces = weechat-poljar-matrix-git
+ source = git+https://github.com/poljar/weechat-matrix.git
+ sha512sums = SKIP
pkgname = weechat-matrix-git