Package Details: biglinux-driver-manager 2022_10_07-2351

Git Clone URL: https://aur.archlinux.org/biglinux-driver-manager.git (read-only, click to copy)
Package Base: biglinux-driver-manager
Description: Complete driver manager and hardware info
Upstream URL: https://github.com/biglinux/biglinux-driver-manager
Licenses: GPL
Submitter: barnabedikartola
Maintainer: barnabedikartola
Last Packager: barnabedikartola
Votes: 1
Popularity: 0.80
First Submitted: 2022-10-08 02:51 (UTC)
Last Updated: 2022-10-08 02:51 (UTC)

Latest Comments

dreieck commented on 2024-01-22 10:50 (UTC)

You download the latest state from a -git repository.

Then you must:

  • Rename your package to biglinux-driver-manager-git (i.e. with the -git suffix),
  • add provides=("biglinux-driver-manager") (or provides=("biglinux-driver-manager=${pkgver}") and conflicts=("biglinux-driver-manager"),
  • 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!