Search Criteria
Package Details: smarttrafficmeter 2.2.1302.7280-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/smarttrafficmeter.git (read-only, click to copy) |
|---|---|
| Package Base: | smarttrafficmeter |
| Description: | Software for measuring network usage. |
| Upstream URL: | https://github.com/rafalfr/smarttrafficmeter |
| Keywords: | Measure network statistics traffic usage |
| Licenses: | GPL3 |
| Provides: | smarttrafficmeter |
| Submitter: | rafalfr |
| Maintainer: | rafalfr |
| Last Packager: | rafalfr |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-12-22 23:00 (UTC) |
| Last Updated: | 2023-01-12 19:27 (UTC) |
Dependencies (9)
- boost-libs
- curl (curl-gitAUR, curl-c-aresAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- binutils (make)
- boost (boost-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, pigz-replace-gzip-staticAUR) (make)
Latest Comments
dreieck commented on 2025-10-21 16:11 (UTC) (edited on 2025-10-21 16:15 (UTC) by dreieck)
Ahoj,
this
PKGBUILDhas several issues:build().build()should be able to assume that the sources are fully prepared and should be able to run in an offline environment.sourcearray:source=("smarttrafficmeter::git+https://github.com/rafalfr/smarttrafficmeter.git").(a) Rename it to
smarttrafficmeter-git(i.e. with the-gitsuffix),(b) add
conflicts=("smarttrafficmeter")(provides=('smarttrafficmeter')is already present),(c) add a proper
pkgver()function that guarantees a strongly monotoneously increasing package version with each upstream commit (if this changes the versioning scheme such that the actual version is "lower" than the old one, increment$epoch; if not already set setepoch=1),(d) add
replaces=("smarttrafficmeter<=2.2.1302.7280")(the latest version of the this package with the wrong namesmarttrafficmeter).Regards and thanks for maintaining!