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

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


    Date: Thursday, December 10, 2020 @ 16:10:48
  Author: arojas
Revision: 403698

Build from tarball

Modified:
  qt6-networkauth/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 16:08:21 UTC (rev 403697)
+++ PKGBUILD	2020-12-10 16:10:48 UTC (rev 403698)
@@ -5,7 +5,7 @@
 pkgname=qt6-networkauth
 _qtver=6.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -13,9 +13,9 @@
 depends=(qt6-base)
 makedepends=(cmake git)
 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=('83fa07b7a76537220e9b16b92c24abb4633f14f5be6c16ad706795ddd181c7e8')
 
 build() {
   cmake -B build -S $_pkgfn



More information about the arch-commits mailing list