diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -12,6 +12,8 @@ pkgbase = patacrep | |||
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 = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz | 18 | source = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz |
17 | sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b | 19 | sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b |
@@ -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') |