diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-11-19 09:15:54 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-11-19 09:15:54 +0100 |
commit | 7a211847213376f1580e00471e161cc7f1da3c65 (patch) | |
tree | 5200fc74227d2d6cf0fd834f142996d2e80e8120 | |
parent | 89102e27361b7eef57446f8df594556acadd8ef2 (diff) | |
download | AUR-7a211847213376f1580e00471e161cc7f1da3c65.tar.gz AUR-7a211847213376f1580e00471e161cc7f1da3c65.tar.zst AUR-7a211847213376f1580e00471e161cc7f1da3c65.zip |
Add missing dependencies
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -12,6 +12,8 @@ pkgbase = patacrep-git | |||
12 | depends = python-chardet | 12 | depends = python-chardet |
13 | depends = python-unidecode | 13 | depends = python-unidecode |
14 | depends = texlive-fontsextra | 14 | depends = texlive-fontsextra |
15 | depends = texlive-latexextra | ||
16 | depends = python-argparse | ||
15 | depends = lilypond | 17 | depends = lilypond |
16 | source = patacrep::git://github.com/patacrep/patacrep.git#branch=master | 18 | source = patacrep::git://github.com/patacrep/patacrep.git#branch=master |
17 | sha256sums = SKIP | 19 | sha256sums = SKIP |
@@ -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=("patacrep::git://github.com/patacrep/patacrep.git#branch=master") | 14 | source=("patacrep::git://github.com/patacrep/patacrep.git#branch=master") |
14 | sha256sums=(SKIP) | 15 | sha256sums=(SKIP) |