summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas2018-09-21 18:54:34 +0200
committerNiklas2018-09-21 18:54:34 +0200
commit9a34868f2524d40e9a52790ab559bebd2b238607 (patch)
treece6401b303be092b5f4468ab5b8501df4f091cc0
parentf123d234bf929db0700056d016866e588f139797 (diff)
downloadaur-9a34868f2524d40e9a52790ab559bebd2b238607.tar.gz
[5.11.2] update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 459ac8210a73..31c8068eb246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-mqtt
pkgdesc = Module to implement MQTT protocol v3.1/3.1.1
- pkgver = 5.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = http://qt-project.org/
arch = i386
@@ -12,7 +12,7 @@ pkgbase = qt5-mqtt
license = custom
makedepends = git
depends = qt5-base
- source = git://code.qt.io/qt/qtmqtt.git#tag=v5.11.1
+ source = git://code.qt.io/qt/qtmqtt.git#tag=v5.11.2
sha512sums = SKIP
pkgname = qt5-mqtt
diff --git a/.gitignore b/.gitignore
index 393a149d98e3..8bea7aede1ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
gitsrc/
+qtmqtt/
*.tar.xz
*.log
diff --git a/PKGBUILD b/PKGBUILD
index 7bed580450ee..506133b8b818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qt5-mqtt
_name=qtmqtt
-pkgver=5.11.1
+pkgver=5.11.2
pkgrel=1
pkgdesc="Module to implement MQTT protocol v3.1/3.1.1"
arch=('i386' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3' 'custom')
depends=('qt5-base')
makedepends=('git')
# All archives from github/code.qt.io do not build properly
-source=("git://code.qt.io/qt/qtmqtt.git#tag=v5.11.1")
+source=("git://code.qt.io/qt/qtmqtt.git#tag=v${pkgver}")
sha512sums=('SKIP')
prepare() {