summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIsmaël Bouya2015-11-19 09:15:54 +0100
committerIsmaël Bouya2015-11-19 09:15:54 +0100
commit7a211847213376f1580e00471e161cc7f1da3c65 (patch)
tree5200fc74227d2d6cf0fd834f142996d2e80e8120 /PKGBUILD
parent89102e27361b7eef57446f8df594556acadd8ef2 (diff)
downloadaur-7a211847213376f1580e00471e161cc7f1da3c65.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05415e58edc8..ded3b6c6fa43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('any')
url="http://www.patacrep.com"
license=('GPL')
depends=('python' 'python-ply' 'python-jinja' 'python-chardet'
- 'python-unidecode' 'texlive-fontsextra' 'lilypond')
+ 'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra'
+ 'python-argparse' 'lilypond')
makedepends=('python-setuptools')
source=("patacrep::git://github.com/patacrep/patacrep.git#branch=master")
sha256sums=(SKIP)