summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2018-08-23 12:28:16 +0200
committersasvari2018-08-23 12:28:16 +0200
commit38508056142baaf6f2ae8a9edf44236fb5a7e984 (patch)
treed172e75ebfd686c2d39e6f978740a9086686d9cf
parent9f8c4fe682cb492ebdb5dc116c7200afb4b3c047 (diff)
downloadaur-38508056142baaf6f2ae8a9edf44236fb5a7e984.tar.gz
new revision
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e62987777b7..3ab86860499d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = pubs-git
depends = python-bibtexparser
depends = python-beautifulsoup4
depends = python-yaml
+ depends = python-feedparser
provides = pubs
source = git+https://github.com/pubs/pubs.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e591008243aa..51e927b20a23 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=("git+https://github.com/pubs/pubs.git")