summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2019-12-27 14:24:20 +0100
committerjnanar2019-12-27 14:24:20 +0100
commit26c68e760207c0d5133adcf2147460903da3975e (patch)
tree107851c237a9d87f7daa5664ce5cc2cc328feddf
parent8fa3b441b131b34ad8e83ba0ebef9aae8935e534 (diff)
downloadaur-26c68e760207c0d5133adcf2147460903da3975e.tar.gz
Fix package for new requirements.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afd77f762949..91e534cd065c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sat-xmpp-hg
pkgdesc = Salut à Toi, multi-frontends multi-purposes XMPP client (core)
- pkgver = 0.7.0.r3062.93e8793a735a
+ pkgver = 0.7.0.r3099.0b6d56a8f7e3
pkgrel = 1
url = http://salut-a-toi.org/
arch = any
@@ -33,6 +33,7 @@ pkgbase = sat-xmpp-hg
depends = python-urwid
depends = python-urwid-satext
depends = python-xlib
+ depends = python-treq
optdepends = python-progressbar
optdepends = python-miniupnpc
optdepends = python-potr
diff --git a/PKGBUILD b/PKGBUILD
index 5fa219c6075c..4099ee506eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname='sat-xmpp-hg'
_realname=sat
-pkgver=0.7.0.r3062.93e8793a735a
+pkgver=0.7.0.r3099.0b6d56a8f7e3
_version=0.7.0
pkgrel=1
url="http://salut-a-toi.org/"
pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (core)"
arch=('any')
-depends=('python' 'dbus' 'python-lxml' 'python-pillow' 'python-pycryptodomex' 'python-pyopenssl' 'python-dbus' 'python-twisted' 'python-wokkel>=0.7.1' 'python-xdg' 'python-zope-interface' 'mutagen' 'python-markdown' 'python-shortuuid-git' 'python-html2text' 'python-netifaces' 'python-service-identity' 'sat-tmp-hg' 'python-dateutil' 'python-regex' 'python-gobject' 'python-pyinotify' 'python-babel' 'python-urwid' 'python-urwid-satext' 'python-xlib')
+depends=('python' 'dbus' 'python-lxml' 'python-pillow' 'python-pycryptodomex' 'python-pyopenssl' 'python-dbus' 'python-twisted' 'python-wokkel>=0.7.1' 'python-xdg' 'python-zope-interface' 'mutagen' 'python-markdown' 'python-shortuuid-git' 'python-html2text' 'python-netifaces' 'python-service-identity' 'sat-tmp-hg' 'python-dateutil' 'python-regex' 'python-gobject' 'python-pyinotify' 'python-babel' 'python-urwid' 'python-urwid-satext' 'python-xlib' 'python-treq')
optdepends=('python-progressbar' 'python-miniupnpc' 'python-potr')
makedepends=('python-setuptools' 'mercurial')
license=('AGPL3')