summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornaruto522ru2019-04-12 02:56:43 +0300
committernaruto522ru2019-04-12 02:56:43 +0300
commita901587bf0da80e45c2be0c27888f3118d3b7dc4 (patch)
treed700f2edf4a96a63fb8c95443cd9cb9238bc1b04 /PKGBUILD
parent8663af715ee4d5ca231259cf3c0c34d1087d20ab (diff)
downloadaur-a901587bf0da80e45c2be0c27888f3118d3b7dc4.tar.gz
add depends and remove depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11efb2698620..600520c93251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _srcname=pulsejoin$pkgver
pkgname=pulsejoin
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc='GUI for making a virtual PulseAudio microphone, from which sound from both microphone and audio output can be recorded'
arch=('any')
url='https://gitlab.com/mikhailnov/pulsejoin'
license=('GPL3')
-depends=('pulseaudio' 'pavucontrol' 'yad')
+depends=('pulseaudio' 'pavucontrol-qt' 'yad')
makedepends=('git')
source=("$_srcname::git+https://gitlab.com/mikhailnov/pulsejoin.git#tag=v$pkgver")
sha256sums=('SKIP')