Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kguiaddons
Commits: 7d4a64ee by Antonio Rojas at 2023-11-08T16:42:51+01:00 KDE Frameworks 6 alpha - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=kguiaddons -pkgver=5.240.0.20231105 -pkgrel=2 +pkgver=5.245.0 +pkgrel=1 pkgdesc='Addons to QtGui' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -21,15 +21,14 @@ makedepends=(doxygen qt6-doc qt6-tools) groups=(kf6) -#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -makedepends+=(git) -_commit=d7f975060993cec09625effbd77bf0b9fe7e4bc6 -source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit) -sha256sums=('SKIP') -validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> +source=(https://download.kde.org/unstable/frameworks/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('567e4d3f43e103887de748420d67a7fe6b2729ff42af142ae847d2c2b4c9c527' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <[email protected]> + E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell <[email protected]> build() { - cmake -B build -S $pkgname \ + cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON \ -DBUILD_GEO_SCHEME_HANDLER=OFF View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kguiaddons/-/commit/7d4a64ee08fc9be4039bd82a749c4ec2c1418328 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kguiaddons/-/commit/7d4a64ee08fc9be4039bd82a749c4ec2c1418328 You're receiving this email because of your account on gitlab.archlinux.org.
