summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruto522ru2019-04-12 02:56:43 +0300
committernaruto522ru2019-04-12 02:56:43 +0300
commita901587bf0da80e45c2be0c27888f3118d3b7dc4 (patch)
treed700f2edf4a96a63fb8c95443cd9cb9238bc1b04
parent8663af715ee4d5ca231259cf3c0c34d1087d20ab (diff)
downloadaur-a901587bf0da80e45c2be0c27888f3118d3b7dc4.tar.gz
add depends and remove depend
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0260580c39db..47f6a319ade9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pulsejoin
pkgdesc = GUI for making a virtual PulseAudio microphone, from which sound from both microphone and audio output can be recorded
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/mikhailnov/pulsejoin
arch = any
license = GPL3
makedepends = git
depends = pulseaudio
- depends = pavucontrol
+ depends = pavucontrol-qt
depends = yad
source = pulsejoin::git+https://gitlab.com/mikhailnov/pulsejoin.git#tag=v2.3
sha256sums = SKIP
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')