summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2016-01-31 17:07:05 +0200
committerEdvinas Valatka2016-01-31 17:07:05 +0200
commitcb9e246ac28e90968f05be4427a51a57a6d21e6f (patch)
tree905db20b453aec28d0e182d9b3f671a38a16424c
parentd9928612471954f3ca3b8aa7b01711a27da5adc1 (diff)
downloadaur-cb9e246ac28e90968f05be4427a51a57a6d21e6f.tar.gz
Add wget to seafile-server dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e94218cced2..986685f89a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 14 01:31:11 UTC 2016
+# Sun Jan 31 15:04:59 UTC 2016
pkgbase = seafile-server
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 5.0.4
@@ -36,6 +36,7 @@ pkgname = seafile-server
pkgdesc = Seafile server components, without seahub
install = seafile-server.install
depends = seafile-shared
+ depends = wget
depends = python2-mako
depends = python2-dateutil
depends = python2-webpy
@@ -43,6 +44,8 @@ pkgname = seafile-server
depends = python2-virtualenv
depends = python2-flup
depends = python2-six
+ depends = python2-chardet
+ depends = python2-simplejson
depends = libevhtp-seafile
depends = git
conflicts = seafile-shared<5.0.4
diff --git a/PKGBUILD b/PKGBUILD
index 5764d015b6d7..d2c98034271f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ package_seafile-shared() {
}
package_seafile-server() {
- depends=("seafile-shared"
+ depends=("seafile-shared" "wget"
"python2-mako" "python2-dateutil" "python2-webpy" "python2-pip"
"python2-virtualenv" "python2-flup" "python2-six" "python2-chardet"
"python2-simplejson" "libevhtp-seafile" "git")