diff options
author | Moritz Maxeiner | 2015-09-05 17:28:03 +0200 |
---|---|---|
committer | Moritz Maxeiner | 2015-09-05 17:28:03 +0200 |
commit | 8d7a85193ebca16b4fa3f8c17e1be57c55477884 (patch) | |
tree | eb398057ed1319c0400ed6fc3da463f437dc515b | |
parent | be8cc0dad4c044f0eef315abe5a92f64b7ae9e94 (diff) | |
download | aur-8d7a85193ebca16b4fa3f8c17e1be57c55477884.tar.gz |
Update to seafile upstream 4.3.2-server
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ 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.1 + pkgver = 4.3.2 pkgrel = 1 url = https://github.com/haiwen/seafile/ install = seafile-server.install @@ -11,7 +11,7 @@ pkgbase = seafile-server license = GPL3 makedepends = vala makedepends = intltool - depends = seafile-shared>=4.3.0 + depends = seafile-shared>=4.3.3 depends = python2-mako depends = python2-dateutil depends = python2-webpy @@ -26,13 +26,13 @@ pkgbase = seafile-server conflicts = seafile options = !libtool options = !emptydirs - source = https://github.com/haiwen/seafile/archive/v4.3.1-server.tar.gz + source = https://github.com/haiwen/seafile/archive/v4.3.2-server.tar.gz source = seafile-admin_virtualenv.patch source = seafile-server.install source = seafile-server@.service source = seahub-preupgrade source = 0001-Revert-server-put-pids-folder-out-of-seafile-data.patch - sha256sums = 02f56cef6d1bd371937da05bc184a8d8c04a49a2ceb070aa2a1ae9eabf94f0cd + sha256sums = f9d7c79363ddc6818d715d8b61aaee41c7fea2e0d726f4431eec14884b6eb8fd sha256sums = 4127284c1d8a4d071925cbcc870ca460fd736e2d53e8ab5806ccf3dd03d5e537 sha256sums = abe1a55d528994e044f6bba71fac0d97313adecd9aa007fa338efdca244882db sha256sums = 943ed1bb7d4908b452ce8b7abff26e56f3f24582f6a2cf6e0dc4bf2bffd0a6d8 @@ -3,13 +3,13 @@ # Contributor: Aaron Lindsay <aaron@aclindsay.com> pkgname=seafile-server -pkgver=4.3.1 +pkgver=4.3.2 pkgrel=1 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.0' '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.3' '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=() @@ -74,7 +74,7 @@ package () # Install seahub preupgrade script install -D -m755 "${srcdir}/seahub-preupgrade" "${pkgdir}/usr/bin/seahub-preupgrade" } -sha256sums=('02f56cef6d1bd371937da05bc184a8d8c04a49a2ceb070aa2a1ae9eabf94f0cd' +sha256sums=('f9d7c79363ddc6818d715d8b61aaee41c7fea2e0d726f4431eec14884b6eb8fd' '4127284c1d8a4d071925cbcc870ca460fd736e2d53e8ab5806ccf3dd03d5e537' 'abe1a55d528994e044f6bba71fac0d97313adecd9aa007fa338efdca244882db' '943ed1bb7d4908b452ce8b7abff26e56f3f24582f6a2cf6e0dc4bf2bffd0a6d8' |