aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2015-11-19 09:15:54 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2015-11-19 09:15:54 +0100
commit7a211847213376f1580e00471e161cc7f1da3c65 (patch)
tree5200fc74227d2d6cf0fd834f142996d2e80e8120
parent89102e27361b7eef57446f8df594556acadd8ef2 (diff)
downloadAUR-7a211847213376f1580e00471e161cc7f1da3c65.tar.gz
AUR-7a211847213376f1580e00471e161cc7f1da3c65.tar.zst
AUR-7a211847213376f1580e00471e161cc7f1da3c65.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 5313887..795feca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 05415e5..ded3b6c 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=("patacrep::git://github.com/patacrep/patacrep.git#branch=master") 14source=("patacrep::git://github.com/patacrep/patacrep.git#branch=master")
14sha256sums=(SKIP) 15sha256sums=(SKIP)