summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f67e9d4bfa5..d1ea0e68860b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = qt-online-installer
pkgdesc = Qt Online Installer for the optimal Qt installation experience.
- pkgver = r3.a30eeec
+ pkgver = r4.598d40e
pkgrel = 1
url = https://www.qt.io/download
arch = x86_64
license = GPL-3.0
- source = qt-unified-linux-x64-online.run#http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
+ source = http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
source = qt-online-installer.desktop
source = qt-online-installer.svg
sha256sums = 3926eff634f7a798bd8f7f8a3625d8e9db8179e7efaf4c59eeff9f1eae7e95f5
diff --git a/PKGBUILD b/PKGBUILD
index 445ba30b0813..2789af9f470d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='qt-online-installer'
_pkgname='qt-online-installer'
-pkgver=r3.a30eeec
+pkgver=r4.598d40e
_pkgverminor=3.0.5
pkgrel=1
pkgdesc="Qt Online Installer for the optimal Qt installation experience."
arch=('x86_64')
url="https://www.qt.io/download"
license=('GPL-3.0')
-source=("qt-unified-linux-x64-online.run"#"http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run"
+source=("http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run"
"qt-online-installer.desktop"
"qt-online-installer.svg")
#"/mnt/D/Document/WorkSpace/Packages/AUR/qt-online-installer/sources.tar.gz" #"http://ftp.jaist.ac.jp/pub/qtproject/archive/online_installers/${pkgver}/qt-unified-linux-x64-$_pkgverminor-online.run")
@@ -17,7 +17,6 @@ source=("qt-unified-linux-x64-online.run"#"http://download.qt.io/official_releas
sha256sums=('3926eff634f7a798bd8f7f8a3625d8e9db8179e7efaf4c59eeff9f1eae7e95f5'
'b033313135bb37fc14d26c8e5df2b48082e1bdd5b98893edd004706bd60d037c'
'77bfaf98cf7734451e794f5bffd152e8b51d21d0d4114c64328ad7cf27aec4dc')
-# sha256sums_i686=('SKIP')
pkgver() {
cd "$srcdir"
@@ -49,5 +48,5 @@ package() {
install -Dm644 ${srcdir}/${pkgname}.svg ${pkgdir}/usr/share/icons/${pkgname}.svg
install -Dm644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
- chmod +x ${pkgdir}/usr/bin/qt-unified-linux-x64-online.run
+ # chmod +x ${pkgdir}/usr/bin/qt-unified-linux-x64-online.run
} \ No newline at end of file