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 | |
parent | d69d000c74e44cdcff0aeaa77085c3bed45cae08 (diff) | |
download | AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.gz AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.zst AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.zip |
Update to 5.1.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ | |||
1 | # Generated by mksrcinfo v8 | ||
2 | # Thu Feb 14 11:00:07 UTC 2019 | ||
1 | pkgbase = patacrep | 3 | pkgbase = patacrep |
2 | pkgdesc = Engine for LaTeX songbooks | 4 | pkgdesc = Engine for LaTeX songbooks |
3 | pkgver = 4.0.0 | 5 | pkgver = 5.1.2 |
4 | pkgrel = 1 | 6 | pkgrel = 1 |
5 | url = http://www.patacrep.com | 7 | url = http://www.patacrep.com |
6 | arch = any | 8 | arch = any |
@@ -15,8 +17,8 @@ pkgbase = patacrep | |||
15 | depends = texlive-latexextra | 17 | depends = texlive-latexextra |
16 | depends = python-argparse | 18 | depends = python-argparse |
17 | depends = lilypond | 19 | depends = lilypond |
18 | source = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz | 20 | source = https://github.com/patacrep/patacrep/archive/v5.1.2.tar.gz |
19 | sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b | 21 | sha512sums = 1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9 |
20 | 22 | ||
21 | pkgname = patacrep | 23 | pkgname = patacrep |
22 | 24 | ||
@@ -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}" |