summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98b83cfb8b28..f7b92f7dd681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
+
_qt_module=qtserialport
pkgname="mingw-w64-qt5-serialport"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtSerialPort module (mingw-w64)"
+pkgdesc="Provides access to hardware and virtual serial ports (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('LGPL')
-url="http://qt-project.org/wiki/QtSerialPort"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-$pkgver"
-source=("http://download.qt-project.org/official_releases/qt/5.5/$pkgver/submodules/qtserialport-opensource-src-$pkgver.tar.xz")
-md5sums=('8a76f051ed28a9c925d32f5864d33e78')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/$pkgver/submodules/qtserialport-opensource-src-$pkgver.tar.xz")
+md5sums=('1065424ad9be54f7635a9a50f35bc187')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"