|
@@ -4,13 +4,14 @@
|
|
|
pkgname=seafile-client
|
|
pkgname=seafile-client
|
|
|
pkgver=5.0.0
|
|
pkgver=5.0.0
|
|
|
pkgrel=1
|
|
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')
|
|
arch=('i686' 'x86_64')
|
|
|
url="https://github.com/haiwen/seafile-client/"
|
|
url="https://github.com/haiwen/seafile-client/"
|
|
|
license=('Apache')
|
|
license=('Apache')
|
|
|
-depends=('seafile-shared=5.0.2' 'qt4' 'qtwebkit')
|
|
|
|
|
|
|
+depends=('seafile-shared>=4.3.0' 'qt4>=4.8.0' 'qtwebkit')
|
|
|
makedepends=('cmake')
|
|
makedepends=('cmake')
|
|
|
options=('!libtool' '!emptydirs')
|
|
options=('!libtool' '!emptydirs')
|
|
|
|
|
+conflicts=('seafile-client-qt5')
|
|
|
install=seafile-client.install
|
|
install=seafile-client.install
|
|
|
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/haiwen/${pkgname}/archive/v${pkgver}.tar.gz")
|
|
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/haiwen/${pkgname}/archive/v${pkgver}.tar.gz")
|
|
|
|
|
|