Parcourir la source

Merge branch 'release-5.0.2-2' into devel

Edvinas Valatka il y a 10 ans
Parent
commit
0ad76d09a4
2 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 4 1
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 4 - 1
.SRCINFO

@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Dec  5 19:32:39 UTC 2015
 pkgbase = seafile-server
 	pkgdesc = Next-generation open source cloud storage with advanced features on privacy protection and teamwork. (Server components, without seahub)
 	pkgver = 5.0.2
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/haiwen/seafile/
 	install = seafile-server.install
 	arch = i686
@@ -20,6 +22,7 @@ pkgbase = seafile-server
 	depends = python2-flup
 	depends = python2-six
 	depends = libevhtp-seafile=1.2.10
+	depends = git
 	conflicts = django
 	conflicts = django-rest-framework,
 	conflicts = seafile

+ 2 - 2
PKGBUILD

@@ -3,12 +3,12 @@
 
 pkgname=seafile-server
 pkgver=5.0.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=5.0.2' 'python2-mako' 'python2-dateutil' 'python2-webpy' 'python2-pip' 'python2-virtualenv' 'python2-flup' 'python2-six' 'libevhtp-seafile=1.2.10')
+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')
 makedepends=('vala' 'intltool')
 conflicts=('django' 'django-rest-framework', 'seafile')
 options=('!libtool' '!emptydirs')