]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Update to 5.1.2
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 11:00:16 +0000 (12:00 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 11:00:16 +0000 (12:00 +0100)
.SRCINFO
PKGBUILD

index e6071dbc3d8a756f6fb5058fddbc2eeeb54861fc..fb56d2452d735df17264c2e23821c417b04e71c7 100644 (file)
--- 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
 
index 17a0c8e54f4ef31b30ad7525a40a1a5f2690b416..9d56c96a8fccd4d7dfe27bf3bb0f7f6810f9b28e 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Immae <ismael.bouya@normalesup.org>
 
 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}"