summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2016-02-02 13:24:13 +0100
committerPeter Mattern2016-02-02 13:24:13 +0100
commit3ae5e8f3459fff0bff485c93f1acad000c4c9ce3 (patch)
treeb4e80b02b14fa701135ca12bb17de18e4686102d /PKGBUILD
parent150cebd8c0ffbe29fba5cd45711085a9adbcfe12 (diff)
downloadaur-3ae5e8f3459fff0bff485c93f1acad000c4c9ce3.tar.gz
Make pulseaudio an optional dependency, bump version
For rationale regarding pulseaudio see FS45800. Version bump as preceding upstream commits didn't compile as expected.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 540538c3baa0..0e111fa24127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=pavucontrol
pkgname=$_pkgname-git
-pkgver=3.0.4.g290485e
+pkgver=3.0.10.gd7445a3
pkgrel=1
pkgdesc="A GTK volume control for PulseAudio"
arch=("i686" "x86_64")
url="http://freedesktop.org/software/pulseaudio/pavucontrol/"
license=("GPL")
-depends=("pulseaudio" "gtkmm3" "libcanberra-pulse")
+depends=("gtkmm3" "libcanberra-pulse")
+optdepends=("pulseaudio")
makedepends=("git" "intltool" "lynx")
provides=("$_pkgname")
conflicts=("$_pkgname")