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

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


    Date: Thursday, December 10, 2020 @ 16:12:14
  Author: arojas
Revision: 403700

Build from tarball

Modified:
  qt6-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 16:10:58 UTC (rev 403699)
+++ PKGBUILD	2020-12-10 16:12:14 UTC (rev 403700)
@@ -5,7 +5,7 @@
 pkgname=qt6-imageformats
 _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 jasper libwebp)
 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=('6f2823151425656f67d1b7198a9677e236f371a0213e651604c817a0b0a10846')
 
 build() {
   cmake -B build -S $_pkgfn



More information about the arch-commits mailing list