summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f59c975de0b..4ada94bc60f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = pubs
depends = python-bibtexparser
depends = python-beautifulsoup4
depends = python-yaml
+ depends = python-feedparser
provides = pubs
source = https://github.com/pubs/pubs/archive/v0.8.0.tar.gz
sha256sums = 13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc
diff --git a/PKGBUILD b/PKGBUILD
index 771ed672b75b..93bdf575de88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Your bibliography on the command line"
arch=(any)
url="https://github.com/pubs/pubs"
license=('LGPL-3.0')
-depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml")
+depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml" "python-feedparser")
makedepends=("git")
provides=("pubs")
source=("https://github.com/pubs/pubs/archive/v$pkgver.tar.gz")