]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add missing dependencies
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 19 Nov 2015 08:16:14 +0000 (09:16 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 19 Nov 2015 08:16:14 +0000 (09:16 +0100)
.SRCINFO
PKGBUILD

index f2bdfef851b53e982cb489fce00497025b2a4196..e6071dbc3d8a756f6fb5058fddbc2eeeb54861fc 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = patacrep
        depends = python-chardet
        depends = python-unidecode
        depends = texlive-fontsextra
+       depends = texlive-latexextra
+       depends = python-argparse
        depends = lilypond
        source = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz
        sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b
index 270dc982821cb8476cb1c5a26808bb56f0b3ee3f..17a0c8e54f4ef31b30ad7525a40a1a5f2690b416 100644 (file)
--- 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=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b')