diff options
author | Martino Pilia | 2018-10-30 09:02:58 +0100 |
---|---|---|
committer | Martino Pilia | 2018-10-30 09:02:58 +0100 |
commit | 007b7c01a8c303f692293d49a380695b0587e5c7 (patch) | |
tree | 5f45e545f02a1349c929671fb3f0d2bbab4c51b5 /PKGBUILD | |
parent | cee977e937ee4789a981710631632e8d30f2cbfd (diff) | |
download | aur-007b7c01a8c303f692293d49a380695b0587e5c7.tar.gz |
Version 5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Martino Pilia <martino.pilia@gmail.com> _pkgname=music21 pkgname=python-$_pkgname -pkgver=5.3.0 +pkgver=5.5 pkgrel=1 pkgdesc="A toolkit for computer-aided musical analysis" arch=('any') @@ -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=('4ec4caf0a915ac8483e3d55b69db391be3d76728cdbf2d9a47b323ede61594a4dc01d4685936c11bc6c2bb456b50b8777928a457608406ea4778f575285d916c') +source=("https://github.com/cuthbertLab/music21/archive/v${pkgver}.tar.gz") +sha256sums=('be5faf6b673c6cdc75799312e2a78d12b094a415ba8e72069b85989f8d18a1fb') package() { cd "$srcdir/$_pkgname-$pkgver" |