From: Ismaƫl Bouya Date: Thu, 19 Nov 2015 08:15:54 +0000 (+0100) Subject: Add missing dependencies X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAUR.git;a=commitdiff_plain;h=7a211847213376f1580e00471e161cc7f1da3c65 Add missing dependencies --- diff --git a/.SRCINFO b/.SRCINFO index 5313887..795feca 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -12,6 +12,8 @@ pkgbase = patacrep-git depends = python-chardet depends = python-unidecode depends = texlive-fontsextra + depends = texlive-latexextra + depends = python-argparse depends = lilypond source = patacrep::git://github.com/patacrep/patacrep.git#branch=master sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 05415e5..ded3b6c 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)