summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxence Sartiaux2018-01-21 17:23:37 +0100
committerMaxence Sartiaux2018-01-21 17:23:37 +0100
commitdb8c3d95f1a6e80c71bcd7d52daf472b22bde2da (patch)
tree3079d438c589da09612d01b8baa898643b662678 /PKGBUILD
parent4e2edd472c831f1ef0b96acf93de7773f0cd4e69 (diff)
downloadaur-pydio-sync.tar.gz
Edit depedencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d69d688ee080..4ebd08124f2e 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=5
+pkgrel=6
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' 'gnome-keyring')
+depends=('qt5-webkit' 'libsm' 'gnome-keyring' 'libgnome-keyring')
source=("https://download.pydio.com/pub/pydio-sync/release/$pkgver/PydioSync-Linux-Binaries-v$pkgver.tar.gz"
"pydio.desktop"
"pydio-sync.png")