summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2019-09-26 23:00:46 -0400
committerEric Berquist2019-09-26 23:00:46 -0400
commitcf666fa876665858485d7238ccc5e196e703a831 (patch)
tree670c9f3b235a5ef52c4136bb51666bc9eff24722 /PKGBUILD
parentc0db619d08369a46ba3730f593a6646486f6740d (diff)
downloadaur-python-pylatex-git.tar.gz
Add python-ordered-set to runtime dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a63f7992ed59..bf2a4e688a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name="pylatex"
pkgname="python-${_name}-git"
-pkgver=1.3.0.r701.4839531
-pkgrel=1
+pkgver=1.3.1.r721.ae3e591
+pkgrel=2
pkgdesc="A Python library for creating LaTeX files (git version)"
arch=("any")
url="https://jeltef.github.io/PyLaTeX/"
license=("MIT")
-depends=("python")
-makedepends=("git")
+depends=("python-ordered-set")
+makedepends=("git" "python-setuptools")
optdepends=("python-numpy" "python-matplotlib" "python-quantities")
provides=("python-${_name}")
conflicts=("python-${_name}")