git » aubio.git » commit 8c456b8

Removing unrequired python2-sphinx.

author David Runge
2019-04-12 20:24:32 UTC
committer David Runge
2019-04-12 20:24:32 UTC
parent e6a60b96c04f20dbbbdab686c45a99b48ea47466

Removing unrequired python2-sphinx.

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 8f8d70f..4f4e9c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
 pkgbase=aubio
 pkgname=('aubio' 'python-aubio' 'python2-aubio')
 pkgver=0.4.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('x86_64')
 url="https://aubio.org/"
 license=('GPL3')
-makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
-'python-numpy' 'python-setuptools' 'python-sphinx' 'python2-numpy'
-'python2-setuptools' 'python2-sphinx' 'txt2man')
+makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'python-numpy'
+'python-setuptools' 'python-sphinx' 'python2-numpy' 'python2-setuptools'
+'txt2man')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2")
 sha512sums=('0cb81bb4b15051db3f3f4d160d500af56fdfb237e0a74e3f366f53c2870030aa0a7cee8469a611a9694c36b8866d3d42ffb48241c999de08f3fee43e6d903130')