summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Kubosz2018-07-30 20:39:41 +0200
committerRobert Kubosz2018-07-30 20:39:41 +0200
commita848ee50c8ffa5bfb8b79bb2ac9cf83bf97fddb6 (patch)
treefe5362c6c28e1a4487387cd4915de47d45f80a1c
parent0e09f8f79f390a2b6c9f183e6c447ce3ed427958 (diff)
downloadaur-a848ee50c8ffa5bfb8b79bb2ac9cf83bf97fddb6.tar.gz
add package to group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddfe4b3d24b9..38f2430e3189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = python-abjad
pkgrel = 2
url = https://github.com/Abjad/abjad
arch = any
+ groups = abjad
license = GPL3
makedepends = python-setuptools
depends = lilypond
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')