aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-14 12:00:16 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-14 12:00:16 +0100
commitf790d86b2eee51ac01aa993a66cff625baf9f19f (patch)
tree4660d7791d54e567be2ae171018be6bb94167ba8
parentd69d000c74e44cdcff0aeaa77085c3bed45cae08 (diff)
downloadAUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.gz
AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.zst
AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.zip
Update to 5.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6071db..fb56d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
1# Generated by mksrcinfo v8
2# Thu Feb 14 11:00:07 UTC 2019
1pkgbase = patacrep 3pkgbase = 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
21pkgname = patacrep 23pkgname = patacrep
22 24
diff --git a/PKGBUILD b/PKGBUILD
index 17a0c8e..9d56c96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Immae <ismael.bouya@normalesup.org> 1# Maintainer: Immae <ismael.bouya@normalesup.org>
2 2
3pkgname=patacrep 3pkgname=patacrep
4pkgver=4.0.0 4pkgver=5.1.2
5pkgrel=1 5pkgrel=1
6pkgdesc="Engine for LaTeX songbooks" 6pkgdesc="Engine for LaTeX songbooks"
7arch=('any') 7arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-ply' 'python-jinja' 'python-chardet'
12 'python-argparse' 'lilypond') 12 'python-argparse' 'lilypond')
13makedepends=('python-setuptools') 13makedepends=('python-setuptools')
14source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") 14source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz")
15sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') 15sha512sums=('1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9')
16 16
17build() { 17build() {
18 cd "$srcdir/${pkgname}-${pkgver}" 18 cd "$srcdir/${pkgname}-${pkgver}"