Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-quick3dphysics
Commits: 4cfea589 by Antonio Rojas at 2023-12-27T00:17:05+01:00 Revert beta update - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-quick3dphysics -_qtver=6.7.0-beta1 +_qtver=6.6.1 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -19,8 +19,8 @@ makedepends=(cmake qt6-shadertools) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('ef0f4319eae08b6c94a06c48a15474f2b04990ea4735467e40cf6a34310df8d0') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('2cc6b5f58d7b1de6de34279657ad2c73a0e82e29c7a56a12f2c00fb62725e15a') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quick3dphysics/-/commit/4cfea589d8f245bd30cbc55407812214045eb823 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quick3dphysics/-/commit/4cfea589d8f245bd30cbc55407812214045eb823 You're receiving this email because of your account on gitlab.archlinux.org.
