diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-11-19 09:16:14 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-11-19 09:16:14 +0100 |
commit | d69d000c74e44cdcff0aeaa77085c3bed45cae08 (patch) | |
tree | 9faf1db97fd339dfed83fca04753784ace66201e /PKGBUILD | |
parent | 77eb3fe4aed3ec1113b198680b69805566a6a4bd (diff) | |
download | AUR-d69d000c74e44cdcff0aeaa77085c3bed45cae08.tar.gz AUR-d69d000c74e44cdcff0aeaa77085c3bed45cae08.tar.zst AUR-d69d000c74e44cdcff0aeaa77085c3bed45cae08.zip |
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ arch=('any') | |||
8 | url="http://www.patacrep.com" | 8 | url="http://www.patacrep.com" |
9 | license=('GPL') | 9 | license=('GPL') |
10 | depends=('python' 'python-ply' 'python-jinja' 'python-chardet' | 10 | depends=('python' 'python-ply' 'python-jinja' 'python-chardet' |
11 | 'python-unidecode' 'texlive-fontsextra' 'lilypond') | 11 | 'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra' |
12 | 'python-argparse' 'lilypond') | ||
12 | makedepends=('python-setuptools') | 13 | makedepends=('python-setuptools') |
13 | source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") | 14 | source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") |
14 | sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') | 15 | sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') |