git » aubio.git » commit f8ca5f9

Adding aubio to pro-audio group.

author David Runge
2018-06-03 10:45:23 UTC
committer David Runge
2018-06-03 10:45:23 UTC
parent 05471404533470c8ef3abfcead16c013686b7c94

Adding aubio to pro-audio group.

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index fcb7bc1..f5233f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgbase=aubio
 pkgname=('aubio' 'python-aubio' 'python2-aubio')
 pkgver=0.4.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('x86_64')
 url="https://aubio.org/"
@@ -63,6 +63,7 @@ package_aubio() {
   depends=('ffmpeg' 'fftw' 'jack' 'libsamplerate')
   optdepends=('python2-numpy: Python 2.x interface'
               'python-numpy: Python 3.x interface')
+  groups=('pro-audio')
   cd "${pkgname}-${pkgver}"
   python2 waf --destdir="${pkgdir}" install
   # move doc, as waf configure doesn't honor the htmldir and docdir settings