From ea5da929afd054f62051cdedbc7c14c73e8f90f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 23 Jul 2020 21:33:43 -0400 Subject: [PATCH] pantalaimon: rebuild for new python3-prompt_toolkit --- srcpkgs/pantalaimon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template index 9517255bd04..31a1763ab24 100644 --- a/srcpkgs/pantalaimon/template +++ b/srcpkgs/pantalaimon/template @@ -1,13 +1,13 @@ # Template file for 'pantalaimon' pkgname=pantalaimon version=0.6.5 -revision=1 +revision=2 archs=noarch 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_toolkit2 python3-matrix-nio + python3-cachetools python3-prompt_toolkit python3-matrix-nio python3-dbus python3-gobject python3-pydbus python3-notify2" checkdepends="${depends}" short_desc="Proxy daemon for matrix.org clients supporting end-to-end encryption"