summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdvinas Valatka2016-01-31 17:07:05 +0200
committerEdvinas Valatka2016-01-31 17:07:05 +0200
commitcb9e246ac28e90968f05be4427a51a57a6d21e6f (patch)
tree905db20b453aec28d0e182d9b3f671a38a16424c /PKGBUILD
parentd9928612471954f3ca3b8aa7b01711a27da5adc1 (diff)
downloadaur-cb9e246ac28e90968f05be4427a51a57a6d21e6f.tar.gz
Add wget to seafile-server dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")