summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdvinas Valatka2015-12-18 06:15:25 +0200
committerEdvinas Valatka2015-12-18 06:15:25 +0200
commitaa9956498a4695b514949f38747f97d0f4a0de96 (patch)
treeeaec1043eb7546822c561f8500bf6ea63b32ebd8 /PKGBUILD
parentc6f76519e19145795da89d95c68d25f1d2e2d6d6 (diff)
downloadaur-aa9956498a4695b514949f38747f97d0f4a0de96.tar.gz
Fix dependencies: wrong libevhtp version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d031b058f4d..c9605de50c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=seafile-server
pkgver=5.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Next-generation open source cloud storage with advanced features on privacy protection and teamwork. (Server components, without seahub)"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/haiwen/seafile/"
license=('GPL3')
-depends=('seafile-shared=5.0.2' 'python2-mako' 'python2-dateutil' 'python2-webpy' 'python2-pip' 'python2-virtualenv' 'python2-flup' 'python2-six' 'libevhtp-seafile=1.2.10' 'git')
+depends=('seafile-shared=5.0.2' 'python2-mako' 'python2-dateutil' 'python2-webpy' 'python2-pip' 'python2-virtualenv' 'python2-flup' 'python2-six' 'libevhtp-seafile=1.2.9' 'git')
makedepends=('vala' 'intltool')
conflicts=('django' 'django-rest-framework', 'seafile')
options=('!libtool' '!emptydirs')