summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 330d5a24426b..9378af7d3dda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 28 15:28:50 UTC 2018
+# Sun Nov 18 08:17:27 UTC 2018
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
- pkgver = 1.0.0.beta1.r791.gc109db6ee
+ pkgver = 1.0.0.beta1.r884.ga1b798b8f
pkgrel = 1
url = https://gajim.org/
arch = any
@@ -18,7 +18,7 @@ pkgbase = gajim-git
depends = python-keyring
depends = python-distro
depends = python-cssutils
- depends = python-precis-i18n
+ depends = python-precis_i18n
optdepends = python-dbus: for gajim-remote and zeroconf support
optdepends = farstream: for video/voice support
optdepends = gst-plugins-good: for video/voice support
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'