summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinArcX2018-07-20 21:04:10 +0430
committerLinArcX2018-07-20 21:04:10 +0430
commit598d40ee04a51960174573cd22284c4a09cd22b7 (patch)
tree44297eba89d6a81925deb2813743ae81ce25c065
parenta30eeecfeb41f6949155c8b0c8892dd77a2d9217 (diff)
downloadaur-598d40ee04a51960174573cd22284c4a09cd22b7.tar.gz
-
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d89e0820f2..0f67e9d4bfa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = qt-online-installer
pkgdesc = Qt Online Installer for the optimal Qt installation experience.
- pkgver = r2.a1f624d
+ pkgver = r3.a30eeec
pkgrel = 1
url = https://www.qt.io/download
arch = x86_64
license = GPL-3.0
- source = http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
+ source = qt-unified-linux-x64-online.run#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 0554bc480512..445ba30b0813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='qt-online-installer'
_pkgname='qt-online-installer'
-pkgver=r2.a1f624d
+pkgver=r3.a30eeec
_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=("http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run"
+source=("qt-unified-linux-x64-online.run"#"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")
@@ -35,9 +35,9 @@ package() {
_pkg=linux-x32
fi
- install -d "${pkgdir}/usr/bin"
- install -d "${pkgdir}/usr/share/applications"
- install -d "${pkgdir}/usr/share/icons"
+# install -d "${pkgdir}/usr/bin"
+# install -d "${pkgdir}/usr/share/applications"
+# install -d "${pkgdir}/usr/share/icons"
# cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${_pkgname}" -R
# cp $srcdir/QEELauncher.sh ${pkgdir}/opt/${_pkgname}
@@ -46,8 +46,8 @@ package() {
# ln -s /opt/${pkgname}/MyQxEntityEditorLauncher.sh "${pkgdir}"/usr/bin/MyQxEntityEditorLauncher.sh
install -Dm644 ${srcdir}/qt-unified-linux-x64-online.run ${pkgdir}/usr/bin/qt-unified-linux-x64-online.run
- install -Dm755 ${srcdir}/${pkgname}.svg ${pkgdir}/usr/share/icons/${pkgname}.svg
- install -Dm755 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
+ 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
} \ No newline at end of file