summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2020-02-11 07:38:28 +0100
committerjnanar2020-02-11 07:38:28 +0100
commit565d7dc8b55ad28582c7caf04cb3ff94e5156a52 (patch)
treecbcb7547651325e3f556a9a31b7fb9c4400e5a1c
parent26c68e760207c0d5133adcf2147460903da3975e (diff)
downloadaur-565d7dc8b55ad28582c7caf04cb3ff94e5156a52.tar.gz
Remove python-pycryptodomex dependency not needed anymore
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91e534cd065c..0052322ef279 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.r3099.0b6d56a8f7e3
+ pkgver = 0.7.0.r3162.b5c058c7692e
pkgrel = 1
url = http://salut-a-toi.org/
arch = any
@@ -11,7 +11,6 @@ pkgbase = sat-xmpp-hg
depends = dbus
depends = python-lxml
depends = python-pillow
- depends = python-pycryptodomex
depends = python-pyopenssl
depends = python-dbus
depends = python-twisted
diff --git a/PKGBUILD b/PKGBUILD
index 4099ee506eb5..77b159ddcaf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname='sat-xmpp-hg'
_realname=sat
-pkgver=0.7.0.r3099.0b6d56a8f7e3
+pkgver=0.7.0.r3162.b5c058c7692e
_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' 'python-treq')
+depends=('python' 'dbus' 'python-lxml' 'python-pillow' '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')