diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,14 +3,14 @@ pkgname=patacrep-git pkgver=5.2.0.r0.g7c19c636 -pkgrel=1 +pkgrel=2 pkgdesc="Engine for LaTeX songbooks" arch=('any') url="http://www.patacrep.com" license=('GPL') depends=('python' 'python-ply' 'python-jinja' 'python-chardet' 'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra' - 'lilypond') + 'lilypond' 'python-argdispatch') makedepends=('python-setuptools' 'git') source=("patacrep-git::git+https://github.com/patacrep/patacrep.git#branch=master") sha256sums=('SKIP') |