Date: Thursday, February 4, 2021 @ 15:27:01 Author: arojas Revision: 407463
Update to 6.0.1 Modified: qt6-3d/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-04 15:20:10 UTC (rev 407462) +++ PKGBUILD 2021-02-04 15:27:01 UTC (rev 407463) @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-3d -_qtver=6.0.0 +_qtver=6.0.1 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -16,7 +16,7 @@ groups=(qt6) _pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz") -sha256sums=('ebca4357d6f1ebe70b344d1e94b5b81bae00fc421da4af8fcacb1f82740ce3c7') +sha256sums=('1234c6904ad13894fb1a798a5540317d241b5cbded70e980e929f477bc060f34') build() { cmake -B build -S $_pkgfn
