aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"