Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-quicktimeline
Commits: 59111d56 by Antonio Rojas at 2023-09-19T08:43:12+02:00 Revert "upgpkg: 6.6.0beta4-1: kde-unstable" This reverts commit 2074af1083c09f3977b2cf904df2974aa55f9f54. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-quicktimeline -_qtver=6.6.0-beta4 +_qtver=6.5.2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,8 +14,8 @@ depends=(qt6-declarative) makedepends=(cmake ninja) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('3527427619a98009b745e195d76a9df0b842e73c755415e557f4e73709844e14') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('c945ae905dc1542967c7f9bea826022235bc179c2ed59142c029336c03f015ba') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quicktimeline/-/commit/59111d56e37cb1e025efcdfd892504aaf34c8c7c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quicktimeline/-/commit/59111d56e37cb1e025efcdfd892504aaf34c8c7c You're receiving this email because of your account on gitlab.archlinux.org.
