pantalaimon: update to 0.10.5.
This commit is contained in:
parent
423ce13f5e
commit
a106b3a56c
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'pantalaimon'
|
||||
pkgname=pantalaimon
|
||||
version=0.8.0
|
||||
revision=3
|
||||
version=0.10.5
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-attrs python3-aiohttp python3-appdirs python3-click
|
||||
python3-keyring python3-logbook python3-peewee python3-janus
|
||||
python3-cachetools python3-prompt_toolkit python3-matrix-nio
|
||||
python3-dbus python3-gobject python3-pydbus python3-notify2"
|
||||
checkdepends="${depends}"
|
||||
checkdepends="${depends} python3-Faker python3-aioresponses python3-pytest-aiohttp"
|
||||
short_desc="Proxy daemon for matrix.org clients supporting end-to-end encryption"
|
||||
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/matrix-org/pantalaimon"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=82437a6265a3c747618b422d55138181e799da906111e02e7577853b33f5433b
|
||||
distfiles="https://github.com/matrix-org/pantalaimon/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=970e79db0692a23c0e2d7f6ee9e3cd67b482b5a3fcb739cc899806494748db77
|
||||
|
|
Loading…
Reference in New Issue