[arch-commits] Commit in kdenetwork-filesharing/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 3 08:24:02 UTC 2021


    Date: Friday, September 3, 2021 @ 08:24:02
  Author: arojas
Revision: 423382

Make samba a dependency, it doesn't work without it

Modified:
  kdenetwork-filesharing/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 06:47:01 UTC (rev 423381)
+++ PKGBUILD	2021-09-03 08:24:02 UTC (rev 423382)
@@ -4,15 +4,14 @@
 
 pkgname=kdenetwork-filesharing
 pkgver=21.08.1
-pkgrel=1
+pkgrel=2
 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=(kdeclarative)
+depends=(samba kdeclarative)
 makedepends=(extra-cmake-modules)
-optdepends=('samba: folder sharing')
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('8ea9996bef0eb654a9a5085ea9140dab3080f3b8bdda36dca224fd67bc8ebce0'
             'SKIP')



More information about the arch-commits mailing list