|
@@ -2,14 +2,14 @@
|
|
|
# Maintainer: Edvinas Valatka <edacval@gmail.com>
|
|
# Maintainer: Edvinas Valatka <edacval@gmail.com>
|
|
|
|
|
|
|
|
pkgname=seafile-client
|
|
pkgname=seafile-client
|
|
|
-pkgver=5.0.3
|
|
|
|
|
|
|
+pkgver=5.0.4
|
|
|
pkgrel=1
|
|
pkgrel=1
|
|
|
pkgdesc="This is seafile client for synchronizing your local files with seafile server. Qt4 version."
|
|
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>=4.3.0' 'qt4>=4.8.0' 'qtwebkit')
|
|
|
|
|
-makedepends=('cmake')
|
|
|
|
|
|
|
+depends=('seafile-shared' 'qt4>=4.8.0' 'qtwebkit')
|
|
|
|
|
+makedepends=("cmake" "seafile-shared>=${pkgver}" )
|
|
|
options=('!libtool' '!emptydirs')
|
|
options=('!libtool' '!emptydirs')
|
|
|
conflicts=('seafile-client-qt5')
|
|
conflicts=('seafile-client-qt5')
|
|
|
install=seafile-client.install
|
|
install=seafile-client.install
|
|
@@ -25,4 +25,4 @@ package () {
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
make DESTDIR="${pkgdir}" install
|
|
make DESTDIR="${pkgdir}" install
|
|
|
}
|
|
}
|
|
|
-sha256sums=('0e968bec3d01fc2f17a32ac4ea89542a85b85dc88579beb9b91977f3b9cdb354')
|
|
|
|
|
|
|
+sha256sums=('5ce5f0f6615f9d80efd51a23e780340ed840276ced80bc62f1373b643d2fbd28')
|