summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoffrey2019-07-17 10:18:54 +0000
committerJoffrey2019-07-17 10:18:54 +0000
commit0db7a484748dcb5dbd3105fcb9a651c41ca46ef3 (patch)
tree1b5d7713c4aba9a3fffd6b16274c1edf6bd1a18d /PKGBUILD
parent4ebaed1edae91e51f9f7ea523dbf051ecfabbf06 (diff)
downloadaur-0db7a484748dcb5dbd3105fcb9a651c41ca46ef3.tar.gz
updpkg: 7.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3445aa265d12..ae1b007554c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Edvinas Valatka <edacval@gmail.com>
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
-pkgname='seahub'
-pkgver='6.3.4'
+pkgname=seahub
+pkgver=7.0.3
pkgrel=1
pkgdesc='The web frontend for seafile server'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -35,6 +35,8 @@ depends=(
'python2-django-webpack-loader'
'python2-cas'
'python2-django-picklefield'
+ 'xmlsec' # dep missing for python2-dm.xmlsec.binding
+ 'python2-social-auth-core'
)
optdepends=(
'mysql-python: MySQL support'
@@ -44,7 +46,7 @@ optdepends=(
)
changelog="ChangeLog"
source=("$pkgname-$pkgver-server.tar.gz::$url/archive/v$pkgver-server.tar.gz")
-sha256sums=('53a9efdb6791fd3a2a191e89cb0f133632056046ec08adbb2ad72088e6161430')
+sha256sums=('0cc209b6195eef73253f45e18b9ba33db977144de7092d417bfebe2e46f98cca')
options=('!strip')
prepare() {