summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292015-08-31 19:08:46 +0200
committerSpike292015-08-31 19:08:46 +0200
commitf2c28438dd3e784bd6622063c0f346c6bc4eb9a7 (patch)
tree712cd131d21a26f285a4fb946eec4521a34b3a08
parent4519124c8a13d82573974c232f497b0daf056f28 (diff)
downloadaur-f2c28438dd3e784bd6622063c0f346c6bc4eb9a7.tar.gz
Upstream release 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f81daa0bc2b..73a8068e1a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qxmpp
pkgdesc = Cross-platform C++ XMPP client and server library
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/qxmpp-project/qxmpp
arch = i686
@@ -13,8 +13,8 @@ pkgbase = qxmpp
optdepends = libvpx: required to enable vpx video codec
optdepends = libtheora: required to enable theora video codec
conflicts = qxmpp-qt5
- source = https://github.com/qxmpp-project/qxmpp/archive/v0.9.0.tar.gz
- sha1sums = 8b73021378523c6d5134febc4db25985d11b0e68
+ source = https://github.com/qxmpp-project/qxmpp/archive/v0.9.1.tar.gz
+ sha1sums = f3e4cdb4a5e8dfdf35485957d5030be1750cd829
pkgname = qxmpp
diff --git a/PKGBUILD b/PKGBUILD
index 64ba9489b3e1..9853dd5974e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Timothée Ravier <tim@siosm.fr>
pkgname='qxmpp'
-pkgver='0.9.0'
+pkgver='0.9.1'
pkgrel='1'
pkgdesc='Cross-platform C++ XMPP client and server library'
arch=('i686' 'x86_64')
@@ -17,13 +17,13 @@ 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=('8b73021378523c6d5134febc4db25985d11b0e68')
+sha1sums=('f3e4cdb4a5e8dfdf35485957d5030be1750cd829')
build() {
cd "$srcdir/$pkgname-$pkgver/"
[ -d build ] || mkdir build && cd build
- #In order to build the HTML documentation,
+ # In order to build the HTML documentation,
# add QXMPP_USE_DOXYGEN=1 to qmake arguments
# In order to enable opus & speex audio codecs, and vpx & theora video codecs,