summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey Darcq2018-02-13 18:12:26 +0100
committerJoffrey Darcq2018-02-13 18:12:26 +0100
commitb384de88a16003245582eebd967152966440539d (patch)
tree52774e9d5d35c21db8173ec254b31d91d999db0d
parentd1212250dc37d6230998fd880703d131335c1429 (diff)
downloadaur-b384de88a16003245582eebd967152966440539d.tar.gz
Add seafile=pkgver depend
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 614eb928d76e..5f57df18d4e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Feb 7 20:15:48 UTC 2018
pkgbase = seafile-client
pkgdesc = GUI client for synchronizing your local files with seafile server
pkgver = 6.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafile-client
arch = i686
arch = x86_64
@@ -12,8 +10,7 @@ pkgbase = seafile-client
arch = aarch64
license = Apache
makedepends = cmake
- depends = ccnet
- depends = seafile
+ depends = seafile=6.1.5
depends = qt5-tools
depends = qt5-webkit
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 61b8ad4bb939..af2d5572073d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=seafile-client
pkgver=6.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="GUI client for synchronizing your local files with seafile server"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
license=('Apache')
-depends=('ccnet' "seafile" "qt5-tools" "qt5-webkit" "qt5-base"
+depends=("seafile=${pkgver}" "qt5-tools" "qt5-webkit" "qt5-base"
"gtk-update-icon-cache" "qt5-webengine")
makedepends=("cmake")
conflicts=('seafile-client-qt5')