summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-01-07 17:41:03 +0100
committereolianoe2017-01-07 17:41:03 +0100
commitb9ce1ef4b70fa9a7290d869c833db7bdf90f3034 (patch)
tree8f65bb75445d5a8222332f2117a10452d0cf9c6f
parent5c67acd1df7e964d8b29c8f5a394a80ef46d705f (diff)
downloadaur-b9ce1ef4b70fa9a7290d869c833db7bdf90f3034.tar.gz
update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d1dd542c373..7291504bcd87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 15:02:37 UTC 2017
+# Sat Jan 7 16:40:59 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -12,11 +12,10 @@ pkgbase = seafile
license = GPL2
makedepends = vala
makedepends = intltool
- depends = ccnet
+ depends = ccnet-server
depends = fuse
depends = python2
depends = sqlite
- depends = libevhtp-seafile
source = seafile-6.0.2.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.2.tar.gz
source = libseafile.in.patch
sha256sums = 0d0276a67eb705535f91f9c3f59d43f55877112361e4817a144e81e0e14c1360
diff --git a/PKGBUILD b/PKGBUILD
index ddf443e49a58..077a1be50f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=seafile
pkgver=6.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/haiwen/${pkgname}"
license=('GPL2')
-depends=("ccnet" "fuse" "python2" "sqlite" "libevhtp-seafile")
+depends=("ccnet-server" "fuse" "python2" "sqlite")
makedepends=("vala" "intltool")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"libseafile.in.patch")