summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-11-23 19:39:25 +0200
committerMartino Pilia2019-11-23 19:39:25 +0200
commit0be2307603d3d8af5710e10fa6725bdf80c9fd57 (patch)
treeba934461775f889a3f7cecadaf69c7cbc50ee6d8
parent18f6a4568e1c5faa0ebfd21e99e8c51e57816538 (diff)
downloadaur-0be2307603d3d8af5710e10fa6725bdf80c9fd57.tar.gz
Version 5.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4484924953..fbf64e6b860e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-music21
pkgdesc = A toolkit for computer-aided musical analysis
- pkgver = 5.7.0
+ pkgver = 5.7.1
pkgrel = 1
url = http://web.mit.edu/music21
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-music21
optdepends = python-pygame: allows for realtime MIDI performance
optdepends = python-pillow: resources for transforming and editing graphics files
optdepends = lilypond: automatically generate PDF or PNG files
- source = https://github.com/cuthbertLab/music21/archive/v5.7.0.tar.gz
- sha256sums = c66d9397da87a29a5ea883e6b6689522d2c4732b98f8da0437e8bac7b6e8d673
+ source = https://github.com/cuthbertLab/music21/archive/v5.7.1.tar.gz
+ sha256sums = 714e2abbefce271864528e07fff17a0b632e1f4eba0d92ee1333cb8e1e59ffe7
pkgname = python-music21
diff --git a/PKGBUILD b/PKGBUILD
index 2c134b8932a4..31fa23804dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martino Pilia <martino.pilia@gmail.com>
_pkgname=music21
pkgname=python-$_pkgname
-pkgver=5.7.0
+pkgver=5.7.1
pkgrel=1
pkgdesc="A toolkit for computer-aided musical analysis"
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('python-matplotlib: graphing support'
'lilypond: automatically generate PDF or PNG files')
makedepends=('python-setuptools')
source=("https://github.com/cuthbertLab/music21/archive/v${pkgver}.tar.gz")
-sha256sums=('c66d9397da87a29a5ea883e6b6689522d2c4732b98f8da0437e8bac7b6e8d673')
+sha256sums=('714e2abbefce271864528e07fff17a0b632e1f4eba0d92ee1333cb8e1e59ffe7')
package() {
cd "$srcdir/$_pkgname-$pkgver" || exit 1