summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdvinas Valatka2016-04-10 06:20:57 +0300
committerEdvinas Valatka2016-04-10 06:20:57 +0300
commit94a794f3a2b7d1b080464f4fce09c099e5c1ddc5 (patch)
treef43c62bfdeaa73b9a24871f7f9e389f24eb2a2b6 /PKGBUILD
parent994c958001cae8794f39a8ddb74f9003932694d9 (diff)
downloadaur-94a794f3a2b7d1b080464f4fce09c099e5c1ddc5.tar.gz
Version 5.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bad4685f350a..cc70f003a05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=('seafile-server' 'seafile-client-cli' 'seafile-shared')
-pkgver=5.0.5
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/haiwen/seafile/"
@@ -18,8 +18,8 @@ source=("seafile-server-${pkgver}.tar.gz::https://github.com/haiwen/seafile/arch
"create-default-conf-dir.patch"
"0001-Revert-server-put-pids-folder-out-of-seafile-data.patch"
"libseafile.in.patch")
-sha256sums=('43fd3c0f1a4ae20a2e41089732142af621c21d5ad6d6eb8a977a520d77d27bfa'
- '876e67526fabf83bfeb5ff50f05b2f4725f3d9bf784025707b67022a1a311f20'
+sha256sums=('60b5bf6cfc3f65359eada827733eb4c4720535db3c6dc1a37be1c3470f7c7030'
+ '52fb29858f6424052cf01630ad72b5687a4fb259f23f9efc97f08be04a883218'
'ae1ed38f94304d27e4ef1ca66e15d544f99681c1e743c510c54d4a112f050421'
'2a1e079cbea3543f356e6e9571f3d7d2a4b0ab75131ee417115d738ea191c4fb'
'6bd632f8741b039bad961af3d6850b651e25b7e7a3018d6e2789f350ff93bb78'
@@ -92,6 +92,7 @@ package_seafile-server() {
"python2-mako" "python2-dateutil" "python2-webpy" "python2-pip"
"python2-virtualenv" "python2-flup" "python2-six" "python2-chardet"
"python2-simplejson" "libevhtp-seafile" "git")
+ optdepends=('libmysqlclient: mysql server support' )
conflicts=("seafile-shared<${pkgver}")
options=('!libtool' '!emptydirs')
install=seafile-server.install