summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2020-03-04 21:07:26 +0100
committerMartino Pilia2020-03-04 21:07:26 +0100
commit39f029fa966a223408c429a3a8f4aa796187b345 (patch)
treedf91f508281b16597a0bc9cd2d50a30bec975ada
parent0be2307603d3d8af5710e10fa6725bdf80c9fd57 (diff)
downloadaur-39f029fa966a223408c429a3a8f4aa796187b345.tar.gz
Version 5.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf64e6b860e..fe1d9cf32d4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-music21
pkgdesc = A toolkit for computer-aided musical analysis
- pkgver = 5.7.1
+ pkgver = 5.7.2
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.1.tar.gz
- sha256sums = 714e2abbefce271864528e07fff17a0b632e1f4eba0d92ee1333cb8e1e59ffe7
+ source = https://github.com/cuthbertLab/music21/archive/v5.7.2.tar.gz
+ sha256sums = ba15f82f3a543e538d369b54ef431905f5a446787779529a4e0ba65e60d52159
pkgname = python-music21
diff --git a/PKGBUILD b/PKGBUILD
index 31fa23804dc8..842a24f90760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martino Pilia <martino.pilia@gmail.com>
_pkgname=music21
pkgname=python-$_pkgname
-pkgver=5.7.1
+pkgver=5.7.2
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=('714e2abbefce271864528e07fff17a0b632e1f4eba0d92ee1333cb8e1e59ffe7')
+sha256sums=('ba15f82f3a543e538d369b54ef431905f5a446787779529a4e0ba65e60d52159')
package() {
cd "$srcdir/$_pkgname-$pkgver" || exit 1