summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-10-28 16:28:57 +0100
committerEmmanuel Gil Peyrot2018-10-28 16:28:57 +0100
commit55e4e652a84594c11cb256174db269037145f37f (patch)
treef03a6274348350e90a5ffc2d0606881c0d4228bc /PKGBUILD
parente23927f9a2ecca6426d9c14fc61eec39c189ed89 (diff)
downloadaur-55e4e652a84594c11cb256174db269037145f37f.tar.gz
Add new dependency python-precis-i18n.
Thanks Nothing4You for the notice!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86f0216d3335..1f30c8639b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=gajim
pkgname="$_name-git"
-pkgver=1.0.0.beta1.r482.ge37ab6b59
+pkgver=1.0.0.beta1.r791.gc109db6ee
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -16,7 +16,7 @@ url="https://gajim.org/"
license=('GPL3')
depends=('python-gobject' 'python-pyopenssl' 'hicolor-icon-theme'
'python-pyasn1' 'python-nbxmpp' 'python-cairo' 'python-keyring'
- 'python-distro' 'python-cssutils')
+ 'python-distro' 'python-cssutils' 'python-precis-i18n')
makedepends=('git' 'python-setuptools')
optdepends=('python-dbus: for gajim-remote and zeroconf support'
'farstream: for video/voice support'