Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / extra-cmake-modules
Commits: 5a776b71 by Antonio Rojas at 2024-02-21T13:47:18+01:00 KDE Frameworks 6.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,22 +3,24 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=extra-cmake-modules -pkgver=5.115.0 +pkgver=6.0.0 pkgrel=1 pkgdesc='Extra modules and scripts for CMake' arch=(any) url='https://community.kde.org/Frameworks' -license=(LGPL-2.0-only LGPL-3.0-only) +license=(LGPL) depends=(cmake) -makedepends=(python-sphinx python-requests qt5-tools) +makedepends=(python-requests + python-sphinx) optdepends=('python-pyxdg: to generate fastlane metadata for Android apps' 'python-requests: to generate fastlane metadata for Android apps' 'python-yaml: to generate fastlane metadata for Android apps') -groups=(kf5) +groups=(kf6) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('ee3e35f6a257526b8995a086dd190528a8ef4b3854b1e457b8122701b0ce45ee' +sha256sums=('23992bf19db717156b7d6dd13118caa79fd57f090beb062e8308db3c09f70d0c' 'SKIP') -validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <[email protected]> + E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell <[email protected]> build() { cmake -B build -S $pkgname-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/extra-cmake-modules/-/commit/5a776b7145a0c910ef56956a8bcdbb3cd3bc6ad6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/extra-cmake-modules/-/commit/5a776b7145a0c910ef56956a8bcdbb3cd3bc6ad6 You're receiving this email because of your account on gitlab.archlinux.org.
