From f790d86b2eee51ac01aa993a66cff625baf9f19f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 14 Feb 2019 12:00:16 +0100 Subject: [PATCH] Update to 5.1.2 --- .SRCINFO | 8 +++++--- PKGBUILD | 4 ++-- 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 @@ +# Generated by mksrcinfo v8 +# Thu Feb 14 11:00:07 UTC 2019 pkgbase = patacrep pkgdesc = Engine for LaTeX songbooks - pkgver = 4.0.0 + pkgver = 5.1.2 pkgrel = 1 url = http://www.patacrep.com arch = any @@ -15,8 +17,8 @@ pkgbase = patacrep depends = texlive-latexextra depends = python-argparse depends = lilypond - source = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz - sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b + source = https://github.com/patacrep/patacrep/archive/v5.1.2.tar.gz + sha512sums = 1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9 pkgname = patacrep diff --git a/PKGBUILD b/PKGBUILD index 17a0c8e..9d56c96 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Immae pkgname=patacrep -pkgver=4.0.0 +pkgver=5.1.2 pkgrel=1 pkgdesc="Engine for LaTeX songbooks" arch=('any') @@ -12,7 +12,7 @@ depends=('python' 'python-ply' 'python-jinja' 'python-chardet' 'python-argparse' 'lilypond') makedepends=('python-setuptools') source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b') +sha512sums=('1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9') build() { cd "$srcdir/${pkgname}-${pkgver}" -- 2.41.0