summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Kubosz2018-07-29 21:18:25 +0200
committerRobert Kubosz2018-07-29 21:18:25 +0200
commit0e09f8f79f390a2b6c9f183e6c447ce3ed427958 (patch)
treebec54cc44cce3fac6c3c221e98f39e8f2608df75 /PKGBUILD
parentb4f2a26e5412ab1a1740084eab988b014c32ff84 (diff)
downloadaur-0e09f8f79f390a2b6c9f183e6c447ce3ed427958.tar.gz
removed an omitted python2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 226c32b13d88..4e93f6ae33a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-abjad
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Tool for formalized music score control.'
arch=('any')
url="https://github.com/Abjad/abjad"
@@ -14,7 +14,7 @@ depends=('lilypond'
'python-uqbar'
'python-roman'
)
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
optdepends=(
'fluidsynth: to play generated MIDI files (instead of timidity++)'
'timidity++: to play generated MIDI files (instead of fluidsynth)'