summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-11-18 09:17:57 +0100
committerEmmanuel Gil Peyrot2018-11-18 09:17:58 +0100
commitc20d515eba2e7d19f27be629a2e57ecfbda27d5c (patch)
tree39f2effc65dafa6ca9a24f921ecca834a326ffb4 /PKGBUILD
parent55e4e652a84594c11cb256174db269037145f37f (diff)
downloadaur-c20d515eba2e7d19f27be629a2e57ecfbda27d5c.tar.gz
Replace python-precis-i18n with its community import, python-precis_i18n.
Said import didn’t add any of conflicts, provides nor replaces, making it impossible for users to know about it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f30c8639b70..b9ed1755023f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=gajim
pkgname="$_name-git"
-pkgver=1.0.0.beta1.r791.gc109db6ee
+pkgver=1.0.0.beta1.r884.ga1b798b8f
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-precis-i18n')
+ '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'