Browse Source

Update to seafile upstream 4.3.4

Simon Tunnat 10 years ago
parent
commit
d3712c0847
2 changed files with 5 additions and 5 deletions
  1. 3 3
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 3
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = seafile-server
 	pkgdesc = Next-generation open source cloud storage with advanced features on privacy protection and teamwork. (Server components, without seahub)
 	pkgver = 4.3.2
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/haiwen/seafile/
 	install = seafile-server.install
 	arch = i686
@@ -11,7 +11,7 @@ pkgbase = seafile-server
 	license = GPL3
 	makedepends = vala
 	makedepends = intltool
-	depends = seafile-shared>=4.3.3
+	depends = seafile-shared>=4.3.4
 	depends = python2-mako
 	depends = python2-dateutil
 	depends = python2-webpy
@@ -19,7 +19,7 @@ pkgbase = seafile-server
 	depends = python2-virtualenv
 	depends = python2-flup
 	depends = python2-six
-	depends = libevhtp-seafile<=1.2.9
+	depends = libevhtp-seafile>=1.2.9
 	depends = fuse
 	conflicts = django
 	conflicts = django-rest-framework,

+ 2 - 2
PKGBUILD

@@ -4,12 +4,12 @@
 
 pkgname=seafile-server
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 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>=4.3.3' 'python2-mako' 'python2-dateutil' 'python2-webpy' 'python2-pip' 'python2-virtualenv' 'python2-flup' 'python2-six' 'libevhtp-seafile<=1.2.9' 'fuse')
+depends=('seafile-shared>=4.3.4' 'python2-mako' 'python2-dateutil' 'python2-webpy' 'python2-pip' 'python2-virtualenv' 'python2-flup' 'python2-six' 'libevhtp-seafile>=1.2.9' 'fuse')
 makedepends=('vala' 'intltool')
 optdepends=()
 provides=()