summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afd13921bb6..4439959cd30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 21:02:51 UTC 2017
+# Sun Oct 15 21:16:49 UTC 2017
pkgbase = qt-installer-framework
pkgdesc = The Qt Installer Framework used for the Qt SDK installer
- pkgver = 2.0.5
+ pkgver = 2.0.5.1
pkgrel = 1
url = http://qt-project.org/wiki/Qt-Installer-Framework
arch = i686
@@ -11,7 +11,7 @@ pkgbase = qt-installer-framework
license = LGPL
makedepends = qt5-tools
makedepends = qt5-declarative
- source = https://download.qt.io/official_releases/qt-installer-framework/2.0.5/qt-installer-framework-opensource-2.0.5-src.tar.gz
+ source = https://download.qt.io/official_releases/qt-installer-framework/2.0.5-1/qt-installer-framework-opensource-2.0.5-1-src.tar.gz
sha256sums = c7f5f20cf8ffbb0f8392c9ef954a10ac1dee78ee5b94fb9ea0550061bd57db22
pkgname = qt-installer-framework
diff --git a/PKGBUILD b/PKGBUILD
index 5f3d064e7e2f..1bb98c001082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase=qt-installer-framework
pkgname=(qt-installer-framework qt-installer-framework-docs)
-pkgver=2.0.5
+pkgver=2.0.5.1
pkgrel=1
pkgdesc='The Qt Installer Framework used for the Qt SDK installer'
arch=('i686' 'x86_64')
url='http://qt-project.org/wiki/Qt-Installer-Framework'
license=('FDL' 'LGPL')
makedepends=('qt5-tools' 'qt5-declarative')
-source=("https://download.qt.io/official_releases/${pkgbase}/${pkgver}/${pkgbase}-opensource-${pkgver}-src.tar.gz")
+source=("https://download.qt.io/official_releases/${pkgbase}/${pkgver%.*}-${pkgver##*.}/${pkgbase}-opensource-${pkgver%.*}-${pkgver##*.}-src.tar.gz")
sha256sums=('c7f5f20cf8ffbb0f8392c9ef954a10ac1dee78ee5b94fb9ea0550061bd57db22')
build() {