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

Balló György bgyorgy at archlinux.org
Sun Jun 18 08:55:46 UTC 2017


    Date: Sunday, June 18, 2017 @ 08:55:44
  Author: bgyorgy
Revision: 238019

upgpkg: sparkleshare 1.5-4

Add missing gvfs dependency (FS#53971)

Modified:
  sparkleshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-18 08:44:56 UTC (rev 238018)
+++ PKGBUILD	2017-06-18 08:55:44 UTC (rev 238019)
@@ -7,12 +7,12 @@
 _pkgname=SparkleShare
 pkgver=1.5
 _gitrev=325bc848afe460911d596eff1e09a4d39cd0b638
-pkgrel=3
+pkgrel=4
 pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
 arch=('any')
 url="http://sparkleshare.org/"
 license=('GPL3')
-depends=('webkit2-sharp' 'notify-sharp-3' 'curl' 'git' 'openssh')
+depends=('webkit2-sharp' 'notify-sharp-3' 'curl' 'git' 'openssh' 'gvfs')
 source=("$pkgname-$_gitrev.tar.gz::https://codeload.github.com/hbons/$pkgname/tar.gz/$_gitrev"
         fix-build.patch)
 sha256sums=('SKIP'



More information about the arch-commits mailing list