summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2017-08-19 14:03:08 +0200
committersasvari2017-08-19 14:03:08 +0200
commit5e257da67cdaa961d5eac2dd74c9a100a4040682 (patch)
tree2c2e292c972156e66544e1df662581ff48b62b7d
parentac925a3a9c6c4b09ba498c040ff5da6c8eea4977 (diff)
downloadaur-5e257da67cdaa961d5eac2dd74c9a100a4040682.tar.gz
add missing dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50faed247c15..b5e29eb53f5f 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=("https://github.com/pubs/pubs/archive/v$pkgver.tar.gz")