summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoffrey2019-10-08 20:06:14 +0000
committerJoffrey2019-10-08 20:06:14 +0000
commit0ca0bffe3f3f8adfb37e669b7b07e220fd7d6f7b (patch)
tree3a15081fc15b07511a400d9c2e68eff8819148e4 /PKGBUILD
parentd5480060bd36829d830b91cd07351bb52befabe3 (diff)
downloadaur-0ca0bffe3f3f8adfb37e669b7b07e220fd7d6f7b.tar.gz
updpkg: 7.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bfcacc83b02..220b88a3cba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seahub
-pkgver=7.0.4
+pkgver=7.0.5
pkgrel=1
pkgdesc='The web frontend for seafile server'
arch=('any')
@@ -35,8 +35,9 @@ depends=(
'python2-django-webpack-loader'
'python2-cas'
'python2-django-picklefield'
- 'xmlsec' # dep missing for python2-dm.xmlsec.binding
+ 'python2-futures'
'python2-social-auth-core'
+ 'xmlsec' # dep missing for python2-dm.xmlsec.binding
)
optdepends=(
'mysql-python: MySQL support'
@@ -45,7 +46,7 @@ optdepends=(
'ffmpeg: For video thumbnails'
)
source=("$pkgname-$pkgver-server.tar.gz::$url/archive/v$pkgver-server.tar.gz")
-sha256sums=('222311e4c30aa9a56e30bc9f4d98b8db9589a6ba8d1b22443b529c6e876c7efd')
+sha256sums=('950f15d7156f67d592969b02fc691e1c00dc393002f393c3fe6eef9fe831b034')
options=('!strip')
prepare() {