summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea78ae7725b..bf04bf041040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-abjad
pkgdesc = Tool for formalized music score control. Package for Python
- pkgver = 2.20
- pkgrel = 2
+ pkgver = 2.21
+ pkgrel = 1
url = https://github.com/Abjad/abjad
arch = any
license = GPL 3
@@ -9,8 +9,8 @@ pkgbase = python-abjad
optdepends = graphviz: to create rhythm-trees graphs and other tree structures
optdepends = timidity++: to play generated MIDI files
optdepends = jupyter: browser-based interactive notebook for programming
- source = https://github.com/Abjad/abjad/archive/v2.20.tar.gz
- sha256sums = c8ba4ea9707ba87e9a2ede40c97d14d6b6c701ae884667dcd44c828a50c97cb0
+ source = https://github.com/Abjad/abjad/archive/v2.21.tar.gz
+ sha256sums = 5fc1fc977b9521d4b9ce1aa8bdea1aa07306e313bd03feea15e8c680b4f27c5b
pkgname = python-abjad
pkgdesc = Tool for formalized music score control. Package for Python 3
diff --git a/PKGBUILD b/PKGBUILD
index 6d487527ef6d..f6b93548146f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-abjad
pkgname=(python-abjad python2-abjad)
-pkgver=2.20
-pkgrel=2
+pkgver=2.21
+pkgrel=1
pkgdesc="Tool for formalized music score control. Package for Python"
arch=('any')
url="https://github.com/Abjad/abjad"
@@ -13,7 +13,7 @@ optdepends=('graphviz: to create rhythm-trees graphs and other tree structures'
'timidity++: to play generated MIDI files'
'jupyter: browser-based interactive notebook for programming')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('c8ba4ea9707ba87e9a2ede40c97d14d6b6c701ae884667dcd44c828a50c97cb0')
+sha256sums=('5fc1fc977b9521d4b9ce1aa8bdea1aa07306e313bd03feea15e8c680b4f27c5b')
prepare() {
cp -rup $srcdir/abjad-$pkgver $srcdir/abjad-$pkgver-python2