Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdenetwork-filesharing
Commits: 63613a7b by Antonio Rojas at 2024-02-22T00:08:21+01:00 Update to 24.02.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,17 +3,29 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=kdenetwork-filesharing -pkgver=23.08.5 +pkgver=24.02.0 pkgrel=1 pkgdesc='Properties dialog plugin to share a directory with the local network' url='https://apps.kde.org/kdenetwork_filesharing/' arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kde-network) -depends=(samba kio5) -makedepends=(extra-cmake-modules qcoro-qt5) +license=(GPL-2.0-or-later LGPL-2.0-or-later) +depends=(gcc-libs + glibc + kauth + kcoreaddons + ki18n + kio + kirigami + kwidgetsaddons + qt6-base + qt6-declarative + samba) +makedepends=(extra-cmake-modules + qcoro-qt6) +groups=(kde-applications + kde-network) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('3f856122780b8b42d275c30ab8e642fd375447046f9d525520c83d605b0878de' +sha256sums=('23f3149b4d0d2ddb98505443266eafcd8cb5f97009e913271b9412c9369cce6d' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdenetwork-filesharing/-/commit/63613a7b8e1bdbafa6e683ca8a106ca7081f838b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdenetwork-filesharing/-/commit/63613a7b8e1bdbafa6e683ca8a106ca7081f838b You're receiving this email because of your account on gitlab.archlinux.org.
