summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-18 12:11:48 +0100
committerMartino Pilia2018-03-18 12:11:48 +0100
commit6dd85360ceeec86535b8b16a43d3c4f6a8a1372b (patch)
tree2bed1915fb49205586f9b7f41b226ac056265b38
parent2716461f294fa45ba1a50dd3ab6525dd66b64d84 (diff)
downloadaur-6dd85360ceeec86535b8b16a43d3c4f6a8a1372b.tar.gz
version 5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78bee13d949d..fbfbefc8c453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-music21
pkgdesc = A toolkit for computer-aided musical analysis
- pkgver = 4.1.0
- pkgrel = 2
+ pkgver = 5.1.0
+ pkgrel = 1
url = http://web.mit.edu/music21
arch = any
license = BSD
@@ -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/releases/download/v4.1.0/music21-4.1.0.tar.gz
- sha512sums = 9be1cab600b92774ea18354ac473ecb27550ecf135719fe38d203462110d10cdedf666196beed29bdc6bdcb125f7424927c30bcc4ed128ce6dcdf6c3ad22197b
+ source = https://github.com/cuthbertLab/music21/releases/download/v.5.1.0/music21-5.1.0.tar.gz
+ sha512sums = a3e749d5253ac423d715783da61f66f1f46ca76398233881c5be57fdc5db7aab722cfbe1e639089fb67e105cb6fa25408cba1a6b299b733c244cfe97dfda09ec
pkgname = python-music21
diff --git a/PKGBUILD b/PKGBUILD
index 8fa410e6de87..a0929123e77e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martino Pilia <martino.pilia@gmail.com>
_pkgname=music21
pkgname=python-$_pkgname
-pkgver=4.1.0
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
pkgdesc="A toolkit for computer-aided musical analysis"
arch=('any')
url="http://web.mit.edu/music21"
@@ -15,8 +15,8 @@ optdepends=('python-matplotlib: graphing support'
'python-pillow: resources for transforming and editing graphics files'
'lilypond: automatically generate PDF or PNG files')
makedepends=('python-setuptools')
-source=(https://github.com/cuthbertLab/music21/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz)
-sha512sums=('9be1cab600b92774ea18354ac473ecb27550ecf135719fe38d203462110d10cdedf666196beed29bdc6bdcb125f7424927c30bcc4ed128ce6dcdf6c3ad22197b')
+source=(https://github.com/cuthbertLab/music21/releases/download/v.$pkgver/$_pkgname-$pkgver.tar.gz)
+sha512sums=('a3e749d5253ac423d715783da61f66f1f46ca76398233881c5be57fdc5db7aab722cfbe1e639089fb67e105cb6fa25408cba1a6b299b733c244cfe97dfda09ec')
package() {
cd "$srcdir/$_pkgname-$pkgver"