summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2018-08-28 13:51:39 +0200
committersasvari2018-08-28 13:51:39 +0200
commitec657abc12c416e8bece59a7d0cf7a2b578b6ab0 (patch)
treec617484ea1010e7d9a6cc66b624b35780a98fe3d
parentc88082f25c295c9112e58544f6a0bd0ee208a932 (diff)
downloadaur-ec657abc12c416e8bece59a7d0cf7a2b578b6ab0.tar.gz
add missing dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86c596f13a31..0d1aee369df5 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" "python-feedparser")
+depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml" "python-feedparser" "python-dateutil" "python-requests")
makedepends=("git")
provides=("pubs")
source=("https://github.com/pubs/pubs/archive/v$pkgver.tar.gz")