summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2020-10-24 13:21:11 +0200
committerMartino Pilia2020-10-24 13:21:11 +0200
commitbf456d40b03c6acf348bf477acd8869afddf21ba (patch)
tree8520fb899eca27b845b470cfd3624033954bc343
parent2b3119daa427d0110dfa6dbc00698aa1b307252d (diff)
downloadaur-bf456d40b03c6acf348bf477acd8869afddf21ba.tar.gz
Version 6.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddf94d5c4f2a..d825f9d1dfe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-music21
pkgdesc = A toolkit for computer-aided musical analysis
- pkgver = 5.7.2
- pkgrel = 2
+ pkgver = 6.1.0
+ pkgrel = 1
url = http://web.mit.edu/music21
arch = any
license = BSD
@@ -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/v5.7.2.tar.gz
- sha256sums = ba15f82f3a543e538d369b54ef431905f5a446787779529a4e0ba65e60d52159
+ source = https://github.com/cuthbertLab/music21/archive/v6.1.0.tar.gz
+ sha256sums = 2b389dccf3615c030de89512f176d6d8e09995a3e453371b87fb386cefb000d6
pkgname = python-music21
diff --git a/PKGBUILD b/PKGBUILD
index 31794c40215e..6efdce1270ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martino Pilia <martino.pilia@gmail.com>
_pkgname=music21
pkgname=python-$_pkgname
-pkgver=5.7.2
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
pkgdesc="A toolkit for computer-aided musical analysis"
arch=('any')
url="http://web.mit.edu/music21"
@@ -24,7 +24,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://github.com/cuthbertLab/music21/archive/v${pkgver}.tar.gz")
-sha256sums=('ba15f82f3a543e538d369b54ef431905f5a446787779529a4e0ba65e60d52159')
+sha256sums=('2b389dccf3615c030de89512f176d6d8e09995a3e453371b87fb386cefb000d6')
package() {
cd "$srcdir/$_pkgname-$pkgver"