Package Details: biglinux-noise-reduction-pipewire 22.10.07-2340

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:

  • Rename your package to biglinux-noise-reduction-pipewire-git (i.e. with the -git suffix),
  • add provides=("biglinux-noise-reduction-pipewire") (or provides=("biglinux-noise-reduction-pipewire=${pkgver}") and conflicts=("biglinux-noise-reduction-pipewire"),
  • add git to the makedepends array,
  • add a pkgver() function that ensures a strongly monotoneously increasing package version (your current solution pkgver=$(date +%y.%m.%d) and pkgrel=$(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!