summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2015-10-31 07:08:47 +0200
committerEdvinas Valatka2015-11-04 19:34:44 +0200
commitdc89fa7bd91258fc494842f5f64280f96d67cc38 (patch)
tree8b6ce81c0cc32dd4503c087356d91aa33868664f
parentd3712c084730432a978ee9fd7560aced4020685f (diff)
downloadaur-dc89fa7bd91258fc494842f5f64280f96d67cc38.tar.gz
home dir for seafile instances will be at /srv/seafile
-rw-r--r--PKGBUILD6
-rw-r--r--seafile-server@.service4
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6ffa37e288c..359e24c2bf40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile-server
-pkgver=4.3.2
+pkgver=4.4.2
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.4' 'python2-mako' 'python2-dateutil' 'python2-webpy' 'python2-pip' 'python2-virtualenv' 'python2-flup' 'python2-six' 'libevhtp-seafile>=1.2.9' 'fuse')
+depends=('seafile-shared>=4.4.2' '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=('f9d7c79363ddc6818d715d8b61aaee41c7fea2e0d726f4431eec14884b6eb8fd'
+sha256sums=('7e244f05b20a6bfd7282b8a00eb3e1cda8ecefd98fc2b92210665549aebebe22'
'4127284c1d8a4d071925cbcc870ca460fd736e2d53e8ab5806ccf3dd03d5e537'
'abe1a55d528994e044f6bba71fac0d97313adecd9aa007fa338efdca244882db'
'943ed1bb7d4908b452ce8b7abff26e56f3f24582f6a2cf6e0dc4bf2bffd0a6d8'
diff --git a/seafile-server@.service b/seafile-server@.service
index 22909b846abb..2f65a2aa78fd 100644
--- a/seafile-server@.service
+++ b/seafile-server@.service
@@ -5,10 +5,10 @@ After=syslog.target network.target
[Service]
Type=forking
User=seafile
-WorkingDirectory=%h/%i
+WorkingDirectory=/srv/seafile/%i
ExecStart=/usr/bin/seafile-admin start --fastcgi
ExecStop=/usr/bin/seafile-admin stop
-PIDFile=%h/%i/seafile-data/pids/seaf-server.pid
+PIDFile=/srv/seafile/%i/seafile-data/pids/seaf-server.pid
[Install]
WantedBy=multi-user.target