Search Criteria
Package Details: biglinux-noise-reduction-pipewire 22.10.07-2340
Package Actions
Git Clone URL: | https://aur.archlinux.org/biglinux-noise-reduction-pipewire.git (read-only, click to copy) |
---|---|
Package Base: | biglinux-noise-reduction-pipewire |
Description: | Interface to enable or disable microphone noise reduction, using https://github.com/werman/noise-suppression-for-voice |
Upstream URL: | https://github.com/biglinux/biglinux-noise-reduction-pipewire |
Licenses: | GPL |
Submitter: | barnabedikartola |
Maintainer: | barnabedikartola |
Last Packager: | barnabedikartola |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-10-08 02:40 (UTC) |
Last Updated: | 2022-10-08 02:40 (UTC) |
Latest Comments
dreieck commented on 2024-01-22 10:51 (UTC) (edited on 2024-01-22 10:58 (UTC) by dreieck)
You download the latest state from a
-git
repository.Then you must:
biglinux-noise-reduction-pipewire-git
(i.e. with the-git
suffix),provides=("biglinux-noise-reduction-pipewire")
(orprovides=("biglinux-noise-reduction-pipewire=${pkgver}")
andconflicts=("biglinux-noise-reduction-pipewire")
,git
to themakedepends
array,pkgver()
function that ensures a strongly monotoneously increasing package version (your current solutionpkgver=$(date +%y.%m.%d)
andpkgrel=$(date +%H%M)
is wrong).Also, do not tamper with
$pkgrel
as you have done it!, please read the Arch Wiki for what$pkgrel
is for.Regards and please fix and then thanks for maintaining!