summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-02-23 21:19:40 +0100
committerMartino Pilia2021-02-23 21:19:40 +0100
commitc54ffa8543ae5dfb004c092dda01060d38e3d12e (patch)
tree32f02ac080168ff523ef7a08f6e4e9ad48d945da
parentbf456d40b03c6acf348bf477acd8869afddf21ba (diff)
downloadaur-c54ffa8543ae5dfb004c092dda01060d38e3d12e.tar.gz
Version 6.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d825f9d1dfe1..9daa4419fe49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-music21
pkgdesc = A toolkit for computer-aided musical analysis
- pkgver = 6.1.0
+ pkgver = 6.7.0
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.1.0.tar.gz
- sha256sums = 2b389dccf3615c030de89512f176d6d8e09995a3e453371b87fb386cefb000d6
+ source = https://github.com/cuthbertLab/music21/archive/v6.7.0.tar.gz
+ sha256sums = 9f95ffa1f18030362454fa11e07c5df01efe3ddf949027b46eab84e9c585f6d2
pkgname = python-music21
diff --git a/PKGBUILD b/PKGBUILD
index 6efdce1270ee..88e1ab4e4b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martino Pilia <martino.pilia@gmail.com>
_pkgname=music21
pkgname=python-$_pkgname
-pkgver=6.1.0
+pkgver=6.7.0
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=('2b389dccf3615c030de89512f176d6d8e09995a3e453371b87fb386cefb000d6')
+sha256sums=('9f95ffa1f18030362454fa11e07c5df01efe3ddf949027b46eab84e9c585f6d2')
package() {
cd "$srcdir/$_pkgname-$pkgver"