summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2019-10-24 10:00:26 +0200
committerJake2019-10-24 10:00:26 +0200
commitc7d1924aa1a1016784c843444f3a26c5006071c6 (patch)
tree8dbf619d2cca2853927e21b8e6821091d4b67d95 /PKGBUILD
parent1d20de11d38c9ee329375918d9eba9130c332fec (diff)
downloadaur-c7d1924aa1a1016784c843444f3a26c5006071c6.tar.gz
Update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c08451da654..438d7e373da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Timothée Ravier <tim@siosm.fr>
pkgname='qxmpp'
-pkgver='1.0.1'
+pkgver='1.1.0'
pkgrel=1
pkgdesc='Cross-platform C++ XMPP client and server library'
arch=('i686' 'x86_64')
@@ -19,7 +19,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=('3bb69cb1f1d5229ef2b2b4b73b3c352359e71753')
+sha1sums=('cf38de9dc9cd062f674b63d5515028985f378e48')
build() {
cd "$srcdir/$pkgname-$pkgver/"