summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2018-08-23 12:28:34 +0200
committersasvari2018-08-23 12:28:34 +0200
commit60a19f2270966b4fa9ee609a74cfe6c0665d1bd9 (patch)
tree3e9505daa7870d6461e60b5bf162b6e937f14ea1
parent8a6d7abbf360d53f1a93a2e82c16648d953cf5ef (diff)
downloadaur-60a19f2270966b4fa9ee609a74cfe6c0665d1bd9.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 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")