summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9853dd5974e6..5ad04402e14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Timothée Ravier <tim@siosm.fr>
pkgname='qxmpp'
-pkgver='0.9.1'
+pkgver='0.9.2'
pkgrel='1'
pkgdesc='Cross-platform C++ XMPP client and server library'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=('doxygen: required to build the HTML documentation'
'libtheora: required to enable theora video codec')
conflicts=('qxmpp-qt5')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha1sums=('f3e4cdb4a5e8dfdf35485957d5030be1750cd829')
+sha1sums=('fba5a5c13753a4c3373cec3bf41f4cf9b2c9adbe')
build() {
cd "$srcdir/$pkgname-$pkgver/"