Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-lottie
Commits: a6b0f41d by Antonio Rojas at 2023-09-19T08:43:24+02:00 Revert "upgpkg: 6.6.0beta4-1: kde-unstable" This reverts commit 86516efef4c705e3149c1693456260e84df36803. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-lottie -_qtver=6.6.0-beta4 +_qtver=6.5.2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,8 +14,8 @@ makedepends=(cmake ninja qt6-declarative) optdepends=('qt6-declarative: QML bindings') groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('05be102fd44dbf2ddd23414f3263f82f82d9974c4ef6ce8e005317f60249176d') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('003adc5cf0d50b32d00a09d66ba6332db22191fb0999f51e032f02a21474e89b') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/a6b0f41d2ee649afb6afb4a1ed0181eb56a04f8a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/a6b0f41d2ee649afb6afb4a1ed0181eb56a04f8a You're receiving this email because of your account on gitlab.archlinux.org.
