Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdenetwork-filesharing
Commits: 4c011693 by Antonio Rojas at 2023-10-10T21:58:42+02:00 Update to 23.08.2 - - - - - 72b40f69 by Antonio Rojas at 2023-10-12T13:03:41+02:00 upgpkg: 23.08.2-1: Update to 23.08.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = kdenetwork-filesharing + pkgdesc = Properties dialog plugin to share a directory with the local network + pkgver = 23.08.2 + pkgrel = 1 + url = https://apps.kde.org/kdenetwork_filesharing/ + arch = x86_64 + groups = kde-applications + groups = kde-network + license = GPL + license = LGPL + license = FDL + makedepends = extra-cmake-modules + makedepends = qcoro-qt5 + depends = samba + depends = kio5 + source = https://download.kde.org/stable/release-service/23.08.2/src/kdenetwork-filesharing-23.08.2.tar.xz + source = https://download.kde.org/stable/release-service/23.08.2/src/kdenetwork-filesharing-23.08.2.tar.xz.sig + validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 + validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 + validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF + sha256sums = 00ced240fc79b5a925be108ab726dfe722765e7ea147c9983769c6b4badd4624 + sha256sums = SKIP + +pkgname = kdenetwork-filesharing ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=kdenetwork-filesharing -pkgver=23.08.1 +pkgver=23.08.2 pkgrel=1 pkgdesc='Properties dialog plugin to share a directory with the local network' url='https://apps.kde.org/kdenetwork_filesharing/' @@ -13,7 +13,7 @@ groups=(kde-applications kde-network) depends=(samba kio5) makedepends=(extra-cmake-modules qcoro-qt5) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('b348abb77e89f677bae2bf0b163eb5d63410064021ba99f20d01243a94f5cc96' +sha256sums=('00ced240fc79b5a925be108ab726dfe722765e7ea147c9983769c6b4badd4624' '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/-/compare/72b1036f903f4a22db1e2ab9d40c8fad76bc7ddf...72b40f69843347d984c0690ad7826418329f883e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdenetwork-filesharing/-/compare/72b1036f903f4a22db1e2ab9d40c8fad76bc7ddf...72b40f69843347d984c0690ad7826418329f883e You're receiving this email because of your account on gitlab.archlinux.org.
