summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2020-04-03 03:25:46 +0200
committerJake2020-04-03 03:25:46 +0200
commit2aa28af4a2b5199188f706c2c1691021d25a9d78 (patch)
tree77148212bd2a1c34bdf952237c25889c7790d3af /PKGBUILD
parentb0fc9485e0e37d333ce1f1260033ccc18d31889f (diff)
downloadaur-2aa28af4a2b5199188f706c2c1691021d25a9d78.tar.gz
Update to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4021338598aa..d19f0654034a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Timothée Ravier <tim@siosm.fr>
pkgname='qxmpp'
-pkgver='1.2.0'
+pkgver='1.2.1'
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=('78551a2d0e4532fc9fa54a175a0fc139e49ff433')
+sha1sums=('98c43eaf348f20a93ce5e12f9bff802f1d208563')
build() {
cd "$srcdir/$pkgname-$pkgver/"