From d69d000c74e44cdcff0aeaa77085c3bed45cae08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 19 Nov 2015 09:16:14 +0100 Subject: [PATCH] Add missing dependencies --- .SRCINFO | 2 ++ PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index f2bdfef..e6071db 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -12,6 +12,8 @@ pkgbase = patacrep depends = python-chardet depends = python-unidecode depends = texlive-fontsextra + depends = texlive-latexextra + depends = python-argparse depends = lilypond source = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b diff --git a/PKGBUILD b/PKGBUILD index 270dc98..17a0c8e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,8 @@ arch=('any') url="http://www.patacrep.com" license=('GPL') depends=('python' 'python-ply' 'python-jinja' 'python-chardet' - 'python-unidecode' 'texlive-fontsextra' 'lilypond') + 'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra' + 'python-argparse' 'lilypond') makedepends=('python-setuptools') source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') -- 2.41.0