summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-02-28 11:03:59 +0100
committerMartino Pilia2021-02-28 11:03:59 +0100
commitee337190cdd2fc0c47a80f253027ee179963a660 (patch)
tree400413592160f1e234c111cc0d4a51059981db92
parentc54ffa8543ae5dfb004c092dda01060d38e3d12e (diff)
downloadaur-ee337190cdd2fc0c47a80f253027ee179963a660.tar.gz
Version 6.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9daa4419fe49..3f2d3a01aca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-music21
pkgdesc = A toolkit for computer-aided musical analysis
- pkgver = 6.7.0
+ pkgver = 6.7.1
pkgrel = 1
url = http://web.mit.edu/music21
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-music21
optdepends = python-pyaudio: allows recording with music21.audioSearch
optdepends = python-pygame: allows realtime MIDI performance with music21.midi
optdepends = python-scipy: faster FFT for music21.audioSearch
- source = https://github.com/cuthbertLab/music21/archive/v6.7.0.tar.gz
- sha256sums = 9f95ffa1f18030362454fa11e07c5df01efe3ddf949027b46eab84e9c585f6d2
+ source = https://github.com/cuthbertLab/music21/archive/v6.7.1.tar.gz
+ sha256sums = 156c8c56d43729941d2556d365b0375760bb8c7ce9a5dffdead71c68f0a54c19
pkgname = python-music21
diff --git a/PKGBUILD b/PKGBUILD
index 88e1ab4e4b95..3238f1b22eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martino Pilia <martino.pilia@gmail.com>
_pkgname=music21
pkgname=python-$_pkgname
-pkgver=6.7.0
+pkgver=6.7.1
pkgrel=1
pkgdesc="A toolkit for computer-aided musical analysis"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://github.com/cuthbertLab/music21/archive/v${pkgver}.tar.gz")
-sha256sums=('9f95ffa1f18030362454fa11e07c5df01efe3ddf949027b46eab84e9c585f6d2')
+sha256sums=('156c8c56d43729941d2556d365b0375760bb8c7ce9a5dffdead71c68f0a54c19')
package() {
cd "$srcdir/$_pkgname-$pkgver"