diff options
author | sasvari | 2018-08-28 13:51:14 +0200 |
---|---|---|
committer | sasvari | 2018-08-28 13:51:14 +0200 |
commit | bfe22ad5e5d6a8bcd38456e91da4c746d9dd9780 (patch) | |
tree | 98416bf89c751efca8c2750c3c1fc635b6389095 | |
parent | 81f377f9422de96efadf781fad2ca8c94c3a7a67 (diff) | |
download | aur-bfe22ad5e5d6a8bcd38456e91da4c746d9dd9780.tar.gz |
add missing dependencies
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" "python-feedparser") +depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml" "python-feedparser" "python-dateutil" "python-requests") makedepends=("git") provides=("pubs") source=("git+https://github.com/pubs/pubs.git") |