Package Details: libervia-web-hg 0.9.0.r1522.a44f77559279-2

Git Clone URL: https://aur.archlinux.org/libervia-web-hg.git (read-only, click to copy)
Package Base: libervia-web-hg
Description: Salut à Toi, multi-frontends multi-purposes XMPP client (Web interface)
Upstream URL: http://salut-a-toi.org/
Licenses: AGPL3
Provides: libervia-web
Submitter: jnanar
Maintainer: jnanar
Last Packager: jnanar
Votes: 0
Popularity: 0.000000
First Submitted: 2021-08-29 08:13 (UTC)
Last Updated: 2023-06-08 18:12 (UTC)

Latest Comments

rakoo commented on 2025-07-09 19:55 (UTC)

This package requires python-poetry-core:

diff --git a/PKGBUILD b/PKGBUILD
index 37284d9..1bb14d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://salut-a-toi.org/"
 arch=('any')
 pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (Web interface)"
 provides=('libervia-web')
-depends=('python' 'python-jinja' 'python-shortuuid-git' 'libervia-media-hg' 'libervia-backend-hg' 'libervia-templates-hg' 'python-zope-interface' 'python-pyopenssl' 'python-autobahn' 'dbus' 'python-brython')
+depends=('python' 'python-jinja' 'python-shortuuid' 'libervia-media-hg' 'libervia-backend-hg' 'libervia-templates-hg' 'python-zope-interface' 'python-pyopenssl' 'python-autobahn' 'dbus' 'python-brython' 'python-poetry-core')
 makedepends=('python-setuptools' 'mercurial')
 license=('AGPL3')
 install=$pkgname.install