summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYannick Le Guen2017-11-02 14:05:37 +0100
committerYannick Le Guen2017-11-02 14:05:37 +0100
commit1d5f7f79c9badb61522ce71b77053f05bffd9cee (patch)
treebb1855556a34ce357dc9292e618d20ed8c46084e /PKGBUILD
parent4a5efc1534976d193bdd66e78e8ffba089ab9fc8 (diff)
downloadaur-1d5f7f79c9badb61522ce71b77053f05bffd9cee.tar.gz
Move pulseaudio to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 948c8f7164cd..58a50f32bd37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
pkgname=audio-recorder
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Audio Recorder Application"
arch=('i686' 'x86_64')
url='https://launchpad.net/~audio-recorder'
license=('GPL3')
-depends=('pulseaudio' 'gst-plugins-base' 'gst-plugins-good' 'libappindicator-gtk3')
+depends=('gst-plugins-base' 'gst-plugins-good' 'libappindicator-gtk3')
makedepends=('intltool')
-optdepends=('gst-plugins-bad: for AAC encoding'
+optdepends=('pulseaudio: for extended recording capabilities'
+ 'gst-plugins-bad: for AAC encoding'
'gst-plugins-ugly: for MP3 encoding'
'gst-libav: plugin for the libav library')
source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}~artful.tar.gz")