summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7505566b2f93..fcbfcd2aa0bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = pubs-git
depends = python-configobj
depends = python-bibtexparser
depends = python-beautifulsoup4
+ depends = python-yaml
provides = pubs
source = git+https://github.com/pubs/pubs.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 51e76704c190..7ac804b510d9 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")
+depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml")
makedepends=("git")
provides=("pubs")
source=("git+https://github.com/pubs/pubs.git")