summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgetzze2021-10-20 22:29:34 +0100
committergetzze2021-10-20 22:30:04 +0100
commitd8ae002d3de869bd0a19ac52b537975072a0bd9f (patch)
treef3117e207cf7c9eeb490325d97dd11bb5e43b064 /PKGBUILD
parentb50da99e99aac4c93643b851f2b459610d300edc (diff)
downloadaur-d8ae002d3de869bd0a19ac52b537975072a0bd9f.tar.gz
use python-feedparser from repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)