Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-lottie
Commits: 91339ede by Antonio Rojas at 2023-12-27T00:16:25+01:00 Revert beta update - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-lottie -_qtver=6.7.0-beta1 +_qtver=6.6.1 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -18,8 +18,8 @@ makedepends=(cmake 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=('68af48278599de832ab63f7ac7d77f943bacbb703cf5b144a5ae0ffb4ba98f2c') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('49cb059364f78936c09fb0f53dad23363ba8ae29d931cd8380cbdff4bda09fc8') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/91339edeedc1ecbee08812996e58c6588e72ebd5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/91339edeedc1ecbee08812996e58c6588e72ebd5 You're receiving this email because of your account on gitlab.archlinux.org.
