summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormakz2016-12-11 16:12:33 +0100
committermakz2016-12-11 16:12:33 +0100
commit4e2edd472c831f1ef0b96acf93de7773f0cd4e69 (patch)
treefa74e88f59bfa45f719e459e6f147d29c491a844
parent3591ecb61ae7ce53d7b122cdf96368f22a366c24 (diff)
downloadaur-4e2edd472c831f1ef0b96acf93de7773f0cd4e69.tar.gz
Fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2598b22fb60d..0ab2c2938212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pydio-sync
pkgdesc = Pydio synchronisation client
pkgver = 1.2.7
- pkgrel = 4
+ pkgrel = 5
url = https://pydio.com
arch = i686
arch = x86_64
license = GPL3
depends = qt5-webkit
depends = libsm
- depends = gstreamer0.10-base,
+ depends = gstreamer0.10-base
depends = gnome-keyring
provides = pydio-sync
conflicts = pydio-sync-git
diff --git a/PKGBUILD b/PKGBUILD
index dac06548e9e6..d69d688ee080 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=4
+pkgrel=5
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' '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")