summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoffrey2024-05-09 11:04:27 +0200
committerJoffrey2024-05-09 11:04:27 +0200
commita9883129e6b6e41259c68631193930a1d1aac38d (patch)
tree7eccd9e2be12c0fed7102c6c16c73c146c06c763 /PKGBUILD
parentfa033fe5e351fdff459b83fd0255ae2ff2bc2883 (diff)
downloadaur-a9883129e6b6e41259c68631193930a1d1aac38d.tar.gz
Replace python-django-pylibmc optdepends by python-pylibmc
https://docs.djangoproject.com/en/5.0/topics/cache/#memcached
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3408a0debd2b..a0ecb58617b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=seahub
pkgver=11.0.8
-pkgrel=1
+pkgrel=2
pkgdesc='The web frontend for seafile server'
arch=('any')
url='https://github.com/haiwen/seahub'
@@ -40,7 +40,7 @@ depends=(
optdepends=(
'python-pymysql: Installation script'
'python-wsgidav-seafile: Webdav support'
- 'python-django-pylibmc: Memcached support'
+ 'python-pylibmc: Memcached support'
'ffmpeg: For video thumbnails'
)
source=(