Search Criteria
Package Details: biglinux-driver-manager 2022_10_07-2351
Package Actions
| 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: | None |
| Last Packager: | barnabedikartola |
| Votes: | 1 |
| Popularity: | 0.000006 |
| First Submitted: | 2022-10-08 02:51 (UTC) |
| Last Updated: | 2022-10-08 02:51 (UTC) |
Dependencies (5)
- bigbashview (bigbashview-gitAUR)
- inxi
- kdialog (kdialog-gitAUR)
- python-ansi2html
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
Latest Comments
dreieck commented on 2024-01-22 10:50 (UTC)
You download the latest state from a
-gitrepository.Then you must:
biglinux-driver-manager-git(i.e. with the-gitsuffix),provides=("biglinux-driver-manager")(orprovides=("biglinux-driver-manager=${pkgver}")andconflicts=("biglinux-driver-manager"),gitto themakedependsarray,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
$pkgrelas you have done it!, please read the Arch Wiki for what$pkgrelis for.Regards and please fix and then thanks for maintaining!