summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2020-02-13 20:27:08 +0100
committerJake2020-02-13 20:27:08 +0100
commitb0fc9485e0e37d333ce1f1260033ccc18d31889f (patch)
tree01ba87cd808df1e730b928b1f234f1ae2d44a19d /PKGBUILD
parentc7d1924aa1a1016784c843444f3a26c5006071c6 (diff)
downloadaur-b0fc9485e0e37d333ce1f1260033ccc18d31889f.tar.gz
Update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 438d7e373da4..4021338598aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Timothée Ravier <tim@siosm.fr>
pkgname='qxmpp'
-pkgver='1.1.0'
+pkgver='1.2.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=('cf38de9dc9cd062f674b63d5515028985f378e48')
+sha1sums=('78551a2d0e4532fc9fa54a175a0fc139e49ff433')
build() {
cd "$srcdir/$pkgname-$pkgver/"