summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292015-09-02 19:48:01 +0200
committerSpike292015-09-02 19:48:01 +0200
commitb2665c17da40a8b3c866fc4f09497a61349d5d2e (patch)
tree12c81edba6df183fbcc614b0ec80bb5c9d36b5f9 /PKGBUILD
parentf2c28438dd3e784bd6622063c0f346c6bc4eb9a7 (diff)
downloadaur-b2665c17da40a8b3c866fc4f09497a61349d5d2e.tar.gz
Upstream release 0.9.2
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/"