summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2021-11-26 13:01:35 +0000
committergetzze2021-11-26 13:01:35 +0000
commit3aac9f6a26be31699c96e52995e2a667e33aa64e (patch)
treed4edf114c215d8b0d3be93468c34ed385acb23ed
parentd8ae002d3de869bd0a19ac52b537975072a0bd9f (diff)
downloadaur-3aac9f6a26be31699c96e52995e2a667e33aa64e.tar.gz
python-celery>=5.2 and python-asgiref patched
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b411abf1823c..ebadb7809983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = funkwhale
- pkgdesc = A self-hosted, modern free and open-source music server, heavily inspired by Grooveshark.
+ pkgdesc = A community-driven project that lets you listen and share music and audio within a decentralized, open network.
pkgver = 1.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://funkwhale.audio/
install = funkwhale.install
arch = any
@@ -21,7 +21,7 @@ pkgbase = funkwhale
depends = python-django-redis
depends = python-redis
depends = python-kombu
- depends = python-celery
+ depends = python-celery>=5.2
depends = python-django-cors-headers
depends = python-musicbrainzngs
depends = python-django-rest-framework
@@ -62,6 +62,7 @@ pkgbase = funkwhale
depends = python-bleach
depends = python-feedparser>=6
depends = python-watchdog
+ depends = python-asgiref_patch
optdepends = apache: to use the Apache web server
optdepends = certbot-apache: for the server to be accessible from outside
optdepends = mod_xsendfile: needed if Apache server is used
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="