summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJDuch2020-11-18 19:17:06 +0100
committerJDuch2020-11-18 19:17:42 +0100
commite1e30798be3284fa0959ea81330652fb4bea7151 (patch)
tree57c72151c8e2eb47637851c7de291aefff2ae34e /PKGBUILD
parent3cc41e492e2bf6039e94b49214e854b30777cafa (diff)
downloadaur-e1e30798be3284fa0959ea81330652fb4bea7151.tar.gz
fix PKGBUILD error reported by namcap
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22ef4f13c708..2108e3be618d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,10 @@ pkgrel=1
pkgdesc="Use any offline or online media file or stream as a PulseAudio source"
arch=('any')
url="https://github.com/MatthiasCoppens/${pkgname}"
-license=('GPL-3.0')
-depends=('git' 'pulseaudio' 'ffmpeg')
-optdepends=('mktemp: not needed when virtualmic is run with -p filename')
+license=('GPL3')
+depends=('pulseaudio' 'ffmpeg')
+makedepends=('git')
+optdepends=('coreutils: mktemp not needed when virtualmic is run with -p filename')
source=("git+${url}.git#tag=${pkgver}")
sha512sums=('SKIP')
validpgpkeys=('SKIP')