diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-14 12:00:16 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-14 12:00:16 +0100 |
commit | f790d86b2eee51ac01aa993a66cff625baf9f19f (patch) | |
tree | 4660d7791d54e567be2ae171018be6bb94167ba8 /PKGBUILD | |
parent | d69d000c74e44cdcff0aeaa77085c3bed45cae08 (diff) | |
download | AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.gz AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.zst AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.zip |
Update to 5.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | # Maintainer: Immae <ismael.bouya@normalesup.org> | 1 | # Maintainer: Immae <ismael.bouya@normalesup.org> |
2 | 2 | ||
3 | pkgname=patacrep | 3 | pkgname=patacrep |
4 | pkgver=4.0.0 | 4 | pkgver=5.1.2 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="Engine for LaTeX songbooks" | 6 | pkgdesc="Engine for LaTeX songbooks" |
7 | arch=('any') | 7 | arch=('any') |
@@ -12,7 +12,7 @@ depends=('python' 'python-ply' 'python-jinja' 'python-chardet' | |||
12 | 'python-argparse' 'lilypond') | 12 | 'python-argparse' 'lilypond') |
13 | makedepends=('python-setuptools') | 13 | makedepends=('python-setuptools') |
14 | source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") | 14 | source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") |
15 | sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') | 15 | sha512sums=('1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9') |
16 | 16 | ||
17 | build() { | 17 | build() { |
18 | cd "$srcdir/${pkgname}-${pkgver}" | 18 | cd "$srcdir/${pkgname}-${pkgver}" |