summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:23 +0100
committerMartchus2016-02-03 23:54:23 +0100
commitb96532e94b850cdebcf4181a7c3475da4ca5c4e4 (patch)
tree72f00396858e2436faff5e16f267d6c5d1907af5 /PKGBUILD
parent9e8a88c767f1e5fc80899a35a0bf24f71c54eafa (diff)
downloadaur-b96532e94b850cdebcf4181a7c3475da4ca5c4e4.tar.gz
updated version (to 5.5.1), URL and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 766634d2ebf3..680b6d337f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
_qt_module=qttranslations
pkgname="mingw-w64-qt5-translations"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtTranslations module (mingw-w64)"
+pkgdesc="A cross-platform application and UI framework (translations, mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
-url="http://qt-project.org/"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('423cccbace459623a9a173cede968cbe')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('1f89d53fe759db123b4b6d9de9d9e8c9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"