summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-11-30 14:30:24 +0100
committerEmmanuel Gil Peyrot2018-11-30 14:30:24 +0100
commit9ab85ed9b1d3fcec0cc6e7065580049b04f31389 (patch)
tree1b811922e7de8d57d7f0d6666c4933478e421fc0
parent4ecc3f19d0b8245049184855e3f408b8bc2a726b (diff)
downloadaur-kaidan-git.tar.gz
Replace gloox with qxmpp. (thanks ist!)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd5d4b345ca2..21de14e22072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 25 19:48:05 UTC 2018
+# Fri Nov 30 13:30:00 UTC 2018
pkgbase = kaidan-git
pkgdesc = Simple and user-friendly Jabber/XMPP client for every device
- pkgver = r493.ab2c4ab
+ pkgver = r547.11c1c98
pkgrel = 1
url = https://github.com/KaidanIM/Kaidan
arch = i686
@@ -15,7 +15,7 @@ pkgbase = kaidan-git
depends = qt5-declarative
depends = qt5-quickcontrols2
depends = kirigami2
- depends = gloox
+ depends = qxmpp
provides = kaidan
conflicts = kaidan
source = kaidan::git+https://github.com/KaidanIM/Kaidan
diff --git a/PKGBUILD b/PKGBUILD
index f8d79c90580f..fe7b6d2612e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=kaidan-git
-pkgver=r493.ab2c4ab
+pkgver=r547.11c1c98
pkgrel=1
pkgdesc="Simple and user-friendly Jabber/XMPP client for every device"
arch=('i686' 'x86_64')
url="https://github.com/KaidanIM/Kaidan"
license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'kirigami2' 'gloox')
+depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'kirigami2' 'qxmpp')
makedepends=('git' 'cmake' 'extra-cmake-modules')
source=("kaidan::git+https://github.com/KaidanIM/Kaidan")
sha256sums=('SKIP')