git » plasma-pa.git » commit ff2b960

Add libcanberra-pulse dependency

author Antonio Rojas
2017-09-27 18:09:48 UTC
committer Antonio Rojas
2017-09-27 18:09:48 UTC
parent 90f4bc5b5ec194fa8b5cc74ab830116d4fb4767e

Add libcanberra-pulse dependency

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 27375e7..7884bd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 
 pkgname=plasma-pa
 pkgver=5.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma applet for audio volume management using PulseAudio'
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra)
+depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
 makedepends=(extra-cmake-modules kdoctools python)
 groups=(plasma)
 source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})