summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-12-24 10:22:40 +0100
committerEmmanuel Gil Peyrot2018-12-24 10:22:40 +0100
commit85334849a58cb11f884e074081cca4b898799f61 (patch)
tree14a0ce69f99daac261c52833565b939c3ad4c5dc /PKGBUILD
parentc20d515eba2e7d19f27be629a2e57ecfbda27d5c (diff)
downloadaur-85334849a58cb11f884e074081cca4b898799f61.tar.gz
Change the dependency on nbxmpp to its git version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9ed1755023f..2faead1f6213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_name=gajim
pkgname="$_name-git"
-pkgver=1.0.0.beta1.r884.ga1b798b8f
+pkgver=1.0.0.beta1.r977.gc63e32634
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
url="https://gajim.org/"
license=('GPL3')
depends=('python-gobject' 'python-pyopenssl' 'hicolor-icon-theme'
- 'python-pyasn1' 'python-nbxmpp' 'python-cairo' 'python-keyring'
+ 'python-pyasn1' 'python-nbxmpp-git' 'python-cairo' 'python-keyring'
'python-distro' 'python-cssutils' 'python-precis_i18n')
makedepends=('git' 'python-setuptools')
optdepends=('python-dbus: for gajim-remote and zeroconf support'