[arch-commits] Commit in syncthing-gtk/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Feb 2 08:30:05 UTC 2015
Date: Monday, February 2, 2015 @ 09:30:04
Author: jlichtblau
Revision: 126955
FS#43665 - added new opt dependencies
Modified:
syncthing-gtk/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-02 07:55:04 UTC (rev 126954)
+++ PKGBUILD 2015-02-02 08:30:04 UTC (rev 126955)
@@ -10,10 +10,12 @@
arch=('any')
url='https://github.com/syncthing/syncthing-gtk'
license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'syncthing')
makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'syncthing')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+ 'python2-caja: file manager integration for Caja')
source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('6a965ecb8add11ef96b82381a1477df4')
+sha256sums=('bba5127c79e8aa7d0a3abb5612889bc1489a5de818f22c8b2bb712a0595fd5c4')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list