diff options
author | JDuch | 2020-11-18 19:17:06 +0100 |
---|---|---|
committer | JDuch | 2020-11-18 19:17:42 +0100 |
commit | e1e30798be3284fa0959ea81330652fb4bea7151 (patch) | |
tree | 57c72151c8e2eb47637851c7de291aefff2ae34e /PKGBUILD | |
parent | 3cc41e492e2bf6039e94b49214e854b30777cafa (diff) | |
download | aur-e1e30798be3284fa0959ea81330652fb4bea7151.tar.gz |
fix PKGBUILD error reported by namcap
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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') |