summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e93f6ae33a9..8ba8adb11358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
pkgname=python-abjad
pkgver=3.0.0
pkgrel=2
+groups=('abjad')
pkgdesc='Tool for formalized music score control.'
arch=('any')
url="https://github.com/Abjad/abjad"
@@ -16,10 +17,10 @@ depends=('lilypond'
)
makedepends=('python-setuptools')
optdepends=(
- 'fluidsynth: to play generated MIDI files (instead of timidity++)'
- 'timidity++: to play generated MIDI files (instead of fluidsynth)'
- 'graphviz: to create rhythm-trees graphs and other tree structures'
- )
+ 'fluidsynth: to play generated MIDI files (instead of timidity++)'
+ 'timidity++: to play generated MIDI files (instead of fluidsynth)'
+ 'graphviz: to create rhythm-trees graphs and other tree structures'
+ )
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('ba1aa85322b4985081b86cbd7bc2552d678f4a12622291e5f425e77c92895f08')