Package Details: biglinux-noise-reduction-pipewire r257.c64018b-2

Git Clone URL: https://aur.archlinux.org/biglinux-noise-reduction-pipewire.git (read-only, click to copy)
Package Base: biglinux-noise-reduction-pipewire
Description: AI-powered microphone noise reduction with GTK4/libadwaita interface for PipeWire
Upstream URL: https://github.com/biglinux/biglinux-noise-reduction-pipewire
Licenses: GPL-3.0-or-later
Conflicts: biglinux-microphone
Provides: biglinux-microphone
Replaces: biglinux-microphone
Submitter: barnabedikartola
Maintainer: tioguda
Last Packager: tioguda
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-08 02:40 (UTC)
Last Updated: 2026-06-07 17:46 (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!