summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ca46008a83..b411abf1823c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -60,7 +60,7 @@ pkgbase = funkwhale
depends = python-service-identity
depends = python-markdown
depends = python-bleach
- depends = python-feedparser-dev>=6
+ depends = python-feedparser>=6
depends = python-watchdog
optdepends = apache: to use the Apache web server
optdepends = certbot-apache: for the server to be accessible from outside
diff --git a/PKGBUILD b/PKGBUILD
index ad009abc9746..c5b00e619309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ depends=('ffmpeg'
'python-service-identity' # ~= 18.1.0
'python-markdown' # ~= 3.2.0
'python-bleach' # ~= 3.1.0
- 'python-feedparser-dev>=6' # ~= 6.0.0
+ 'python-feedparser>=6' # ~= 6.0.0
'python-watchdog' # ~= 1.0.2
)
makedepends=(git)