summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgetzze2021-11-26 13:01:35 +0000
committergetzze2021-11-26 13:01:35 +0000
commit3aac9f6a26be31699c96e52995e2a667e33aa64e (patch)
treed4edf114c215d8b0d3be93468c34ed385acb23ed /PKGBUILD
parentd8ae002d3de869bd0a19ac52b537975072a0bd9f (diff)
downloadaur-3aac9f6a26be31699c96e52995e2a667e33aa64e.tar.gz
python-celery>=5.2 and python-asgiref patched
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5b00e619309..467d248bc2ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=funkwhale
pkgver=1.1.4
-pkgrel=2
-pkgdesc="A self-hosted, modern free and open-source music server, heavily inspired by Grooveshark."
+pkgrel=3
+pkgdesc="A community-driven project that lets you listen and share music and audio within a decentralized, open network."
arch=(any)
url="https://funkwhale.audio/"
license=(GPL3)
@@ -25,7 +25,7 @@ depends=('ffmpeg'
'python-django-redis' # ~= 4.12.0
'python-redis' # ~= 3.5.0
'python-kombu' # ~= 4.6.0
- 'python-celery' # ~= 4.4.0
+ 'python-celery>=5.2' # ~= 4.4.0
'python-django-cors-headers' # ~= 3.4.0
'python-musicbrainzngs' # ~= 0.7.1
'python-django-rest-framework' # ~= 3.11.0
@@ -66,6 +66,7 @@ depends=('ffmpeg'
'python-bleach' # ~= 3.1.0
'python-feedparser>=6' # ~= 6.0.0
'python-watchdog' # ~= 1.0.2
+ 'python-asgiref_patch' # ~= 3.4.1 patched
)
makedepends=(git)
_source_api="https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/${pkgver}/download?job="