aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2015-11-19 09:16:14 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2015-11-19 09:16:14 +0100
commitd69d000c74e44cdcff0aeaa77085c3bed45cae08 (patch)
tree9faf1db97fd339dfed83fca04753784ace66201e
parent77eb3fe4aed3ec1113b198680b69805566a6a4bd (diff)
downloadAUR-d69d000c74e44cdcff0aeaa77085c3bed45cae08.tar.gz
AUR-d69d000c74e44cdcff0aeaa77085c3bed45cae08.tar.zst
AUR-d69d000c74e44cdcff0aeaa77085c3bed45cae08.zip
Add missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2bdfef..e6071db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 270dc98..17a0c8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('any')
8url="http://www.patacrep.com" 8url="http://www.patacrep.com"
9license=('GPL') 9license=('GPL')
10depends=('python' 'python-ply' 'python-jinja' 'python-chardet' 10depends=('python' 'python-ply' 'python-jinja' 'python-chardet'
11 'python-unidecode' 'texlive-fontsextra' 'lilypond') 11 'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra'
12 'python-argparse' 'lilypond')
12makedepends=('python-setuptools') 13makedepends=('python-setuptools')
13source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") 14source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz")
14sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') 15sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b')