]> 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:15:54 +0000 (09:15 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 19 Nov 2015 08:15:54 +0000 (09:15 +0100)
.SRCINFO
PKGBUILD

index 53138872e9dc9a0b5a4150c70c6b8d58d54d9571..795feca45895931f406e49d60b545903f3de1a0b 100644 (file)
--- 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
index 05415e58edc8d0d5b8f03b8a5dd578dd771dbf65..ded3b6c6fa43dd98b24c4dd5daeddd6b27befdc8 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=("patacrep::git://github.com/patacrep/patacrep.git#branch=master")
 sha256sums=(SKIP)