[arch-commits] Commit in qt6-3d/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 10 16:08:11 UTC 2020


    Date: Thursday, December 10, 2020 @ 16:08:11
  Author: arojas
Revision: 403696

Build from tarball

Modified:
  qt6-3d/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 14:39:51 UTC (rev 403695)
+++ PKGBUILD	2020-12-10 16:08:11 UTC (rev 403696)
@@ -5,18 +5,18 @@
 pkgname=qt6-3d
 _qtver=6.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
 depends=(qt6-base)
-makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
 optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
 groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('ebca4357d6f1ebe70b344d1e94b5b81bae00fc421da4af8fcacb1f82740ce3c7')
 
 build() {
   cmake -B build -S $_pkgfn



More information about the arch-commits mailing list