aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
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 /PKGBUILD
parentd69d000c74e44cdcff0aeaa77085c3bed45cae08 (diff)
downloadAUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.gz
AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.tar.zst
AUR-f790d86b2eee51ac01aa993a66cff625baf9f19f.zip
Update to 5.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"