summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2017-12-18 17:18:01 +0100
committersasvari2017-12-18 17:18:01 +0100
commit82ede41f9a73825129ca9350bf58bd2da69290e9 (patch)
treeedd941bea95e857d5cd8b1366c73b37585efb7fc
parentf8ac9b4f82a844e37d8bdf27530249450061672c (diff)
downloadaur-82ede41f9a73825129ca9350bf58bd2da69290e9.tar.gz
new revision
-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")