summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6071dbc3d8a..fb56d2452d73 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 17a0c8e54f4e..9d56c96a8fcc 100644
--- 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}"