summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsasvari2017-08-19 14:02:59 +0200
committersasvari2017-08-19 14:02:59 +0200
commitd4507483876a743c60935e02b7468bdfa6744527 (patch)
tree127f568ce001606dc4785f423315b9ab55c37d53 /PKGBUILD
parent3b11923a0cb3b7bd7327519e470b4c462e8c0872 (diff)
downloadaur-d4507483876a743c60935e02b7468bdfa6744527.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1984887fc768..26d732b7a397 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")
+depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4")
makedepends=("git")
provides=("pubs")
source=("git+https://github.com/pubs/pubs.git")