summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoffrey Darcq2018-02-13 18:51:10 +0100
committerJoffrey Darcq2018-02-13 18:51:10 +0100
commit84a1b402f4ff9c0669425dd01a87a4bf5bdb7016 (patch)
tree23b8ec2606834dee88de4ff43eb2b9467c0c24fb /PKGBUILD
parent3d2e1b5e5a819891175f3c783b721556ebc36506 (diff)
downloadaur-84a1b402f4ff9c0669425dd01a87a4bf5bdb7016.tar.gz
Add ccnet-server=pkgver depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa0234796178..7f0babba5eb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=seafile-server
pkgver=6.2.5
-pkgrel=3
+pkgrel=4
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
license=('AGPL3')
makedepends=("vala" "intltool")
-depends=("ccnet-server" "libevhtp-seafile" "libarchive"
+depends=("ccnet-server=${pkgver}" "libevhtp-seafile" "libarchive"
"wget" "sqlite" "fuse" "git" "ffmpeg")
optdepends=("python2-wsgidav-seafile: webdav-support")
conflicts=('seafile')