ソースを参照

Update dependencies

Edvinas Valatka 10 年 前
コミット
01059c596d
2 ファイル変更5 行追加4 行削除
  1. 3 2
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 2
.SRCINFO

@@ -1,5 +1,5 @@
 # Generated by mksrcinfo v8
-# Wed Jan 13 17:37:49 UTC 2016
+# Sun Jan 31 15:59:30 UTC 2016
 pkgbase = seafile-client-qt5
 	pkgdesc = This is seafile client for synchronizing your local files with seafile server. Qt5 version.
 	pkgver = 5.0.3
@@ -11,7 +11,8 @@ pkgbase = seafile-client-qt5
 	license = Apache
 	makedepends = cmake
 	makedepends = qt5-tools
-	depends = seafile-shared>=4.3.0
+	makedepends = seafile-shared>=5.0.3
+	depends = seafile-shared
 	depends = qt5-webkit
 	depends = qt5-base
 	conflicts = seafile-client

+ 2 - 2
PKGBUILD

@@ -8,8 +8,8 @@ pkgdesc="This is seafile client for synchronizing your local files with seafile
 arch=('i686' 'x86_64')
 url="https://github.com/haiwen/seafile-client/"
 license=('Apache')
-depends=('seafile-shared>=4.3.0' 'qt5-webkit' 'qt5-base')
-makedepends=('cmake' 'qt5-tools')
+depends=('seafile-shared' 'qt5-webkit' 'qt5-base')
+makedepends=('cmake' 'qt5-tools' "seafile-shared>=${pkgver}")
 options=('!libtool' '!emptydirs')
 conflicts=('seafile-client')
 install=seafile-client-qt5.install