summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2022-08-13 17:03:01 +0200
committerJoffrey2022-08-13 17:03:01 +0200
commitc54385b98f8a19241dd9d700dccbcfa118dd141d (patch)
tree55b7ff49fafdba681938ea095454f63bdcc156bb
parent95f9b6a8e61740d779dafdff2658e289af90ee89 (diff)
downloadaur-c54385b98f8a19241dd9d700dccbcfa118dd141d.tar.gz
updpkg: 9.0.7
Add python-markdown dep updthirdpart: django-3.2.15
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dff5c82e4259..6d62917f203c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = seahub
pkgdesc = The web frontend for seafile server
- pkgver = 9.0.6
+ pkgver = 9.0.7
pkgrel = 1
url = https://github.com/haiwen/seahub
arch = any
license = Apache
- depends = seafile-server>=9.0.6
+ depends = seafile-server>=9.0.7
depends = python-django
depends = python-future
depends = python-django-statici18n
@@ -26,6 +26,7 @@ pkgbase = seahub
depends = python-django-ranged-response
depends = python-chardet
depends = python-cffi
+ depends = python-markdown
optdepends = python-pymysql: Installation script
optdepends = python-pysaml2: SSO support
optdepends = python-django-saml2: SSO support
@@ -33,13 +34,13 @@ pkgbase = seahub
optdepends = python-django-pylibmc: Memcached support
optdepends = ffmpeg: For video thumbnails
options = !strip
- source = seahub-9.0.6-server.tar.gz::https://github.com/haiwen/seahub/archive/v9.0.6-server.tar.gz
- source = django-3.2.12.tar.gz::https://github.com/django/django/archive/3.2.12.tar.gz
+ source = seahub-9.0.7-server.tar.gz::https://github.com/haiwen/seahub/archive/v9.0.7-server.tar.gz
+ source = django-3.2.15.tar.gz::https://github.com/django/django/archive/3.2.15.tar.gz
source = django-webpack-loader-0.7.0.tar.gz::https://github.com/django-webpack/django-webpack-loader/archive/0.7.0.tar.gz
source = seahub@.service
source = nginx.example.conf
- sha256sums = c87fdd65e91ebe68a2f01458a017fcb82499286aa2be5319cebca8fa3b7fdd70
- sha256sums = ee95afd20207707fd5b5e0860801642360c85a5926f3336537dc6bb9468fd483
+ sha256sums = eb6b49f961514053e417a93e098e6d8c01186ae71556916bdf4b784939db8022
+ sha256sums = 371f4f008b7c572bf7d78c564836f0bcd698fd9bc967807c7fbe4f65696d7df5
sha256sums = fef6b13bbd61d682e12f3bd73bb7ac1c398dd0dea22ef2cf34309c6d1078b0d1
sha256sums = 67bb375871ce908b48bef53277284c9d8f80ee2e733efc89cb66d987647195e4
sha256sums = 461591ba500d012523d6fdecbcc230461f6fd8d708b92eefdedc8b93b1542171
diff --git a/PKGBUILD b/PKGBUILD
index 4834e7ee4095..87ebf505523c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seahub
-pkgver=9.0.6
+pkgver=9.0.7
pkgrel=1
pkgdesc='The web frontend for seafile server'
arch=('any')
@@ -32,6 +32,7 @@ depends=(
'python-django-ranged-response'
'python-chardet'
'python-cffi'
+ 'python-markdown'
)
optdepends=(
'python-pymysql: Installation script'
@@ -43,7 +44,7 @@ optdepends=(
)
# Outdated Python modules, but required by Seahub
_thirdpart=(
- 'django-3.2.12'
+ 'django-3.2.15'
'django-webpack-loader-0.7.0'
)
source=(
@@ -54,8 +55,8 @@ source=(
'nginx.example.conf'
)
sha256sums=(
- 'c87fdd65e91ebe68a2f01458a017fcb82499286aa2be5319cebca8fa3b7fdd70'
- 'ee95afd20207707fd5b5e0860801642360c85a5926f3336537dc6bb9468fd483'
+ 'eb6b49f961514053e417a93e098e6d8c01186ae71556916bdf4b784939db8022'
+ '371f4f008b7c572bf7d78c564836f0bcd698fd9bc967807c7fbe4f65696d7df5'
'fef6b13bbd61d682e12f3bd73bb7ac1c398dd0dea22ef2cf34309c6d1078b0d1'
'67bb375871ce908b48bef53277284c9d8f80ee2e733efc89cb66d987647195e4'
'461591ba500d012523d6fdecbcc230461f6fd8d708b92eefdedc8b93b1542171'