summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdvinas Valatka2015-12-20 14:23:52 +0200
committerEdvinas Valatka2015-12-20 14:23:52 +0200
commitdbffdbbb70c466f9f20e2dc29b54847e44fa643d (patch)
tree13cdfa71df321444ea5935d03b7ab868b7e2dfb5 /PKGBUILD
parentaf8537ae9dce6c258396696696bbe33704a315a0 (diff)
downloadaur-dbffdbbb70c466f9f20e2dc29b54847e44fa643d.tar.gz
Update deps. Fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5604703f140c..1c64b432c1f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=seafile-client
pkgver=5.0.0
pkgrel=1
-pkgdesc="Seafile is an online file storage and collaboration tool. This is seafile client for synchronizing your local files with seafile server."
+pkgdesc="This is seafile client for synchronizing your local files with seafile server. Qt4 version."
arch=('i686' 'x86_64')
url="https://github.com/haiwen/seafile-client/"
license=('Apache')
-depends=('seafile-shared=5.0.2' 'qt4' 'qtwebkit')
+depends=('seafile-shared>=4.3.0' 'qt4>=4.8.0' 'qtwebkit')
makedepends=('cmake')
options=('!libtool' '!emptydirs')
+conflicts=('seafile-client-qt5')
install=seafile-client.install
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/haiwen/${pkgname}/archive/v${pkgver}.tar.gz")