summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormakz2016-12-11 16:11:35 +0100
committermakz2016-12-11 16:11:35 +0100
commit3591ecb61ae7ce53d7b122cdf96368f22a366c24 (patch)
tree2bbe8e2212bba67f8f9d0aaa1141e0ec15390252 /PKGBUILD
parent78aec13abfe199d082b392f8949fb99d152c1c49 (diff)
downloadaur-3591ecb61ae7ce53d7b122cdf96368f22a366c24.tar.gz
Add gnome-keyring dependencyY
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d51db439ed4c..dac06548e9e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Maxence Sartiaux <contact+aur@makz.me>
pkgname=pydio-sync
pkgver=1.2.7
-pkgrel=3
+pkgrel=4
pkgdesc="Pydio synchronisation client"
arch=('i686' 'x86_64')
url="https://pydio.com"
@@ -10,7 +10,7 @@ license=('GPL3')
conflicts=('pydio-sync-git' 'pydio-sync-ui-git' 'pydio-sync-latest')
provides=('pydio-sync')
options=(!strip)
-depends=('qt5-webkit' 'libsm' 'gstreamer0.10-base')
+depends=('qt5-webkit' 'libsm' 'gstreamer0.10-base', 'gnome-keyring')
source=("https://download.pydio.com/pub/pydio-sync/release/$pkgver/PydioSync-Linux-Binaries-v$pkgver.tar.gz"
"pydio.desktop"
"pydio-sync.png")