summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Sartiaux2018-01-21 17:23:37 +0100
committerMaxence Sartiaux2018-01-21 17:23:37 +0100
commitdb8c3d95f1a6e80c71bcd7d52daf472b22bde2da (patch)
tree3079d438c589da09612d01b8baa898643b662678
parent4e2edd472c831f1ef0b96acf93de7773f0cd4e69 (diff)
downloadaur-pydio-sync.tar.gz
Edit depedencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab2c2938212..3c687059a7a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = pydio-sync
pkgdesc = Pydio synchronisation client
pkgver = 1.2.7
- pkgrel = 5
+ pkgrel = 6
url = https://pydio.com
arch = i686
arch = x86_64
license = GPL3
depends = qt5-webkit
depends = libsm
- depends = gstreamer0.10-base
depends = gnome-keyring
+ depends = libgnome-keyring
provides = pydio-sync
conflicts = pydio-sync-git
conflicts = pydio-sync-ui-git
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")