Search Criteria
Package Details: fritz-tls 0.26.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fritz-tls.git (read-only, click to copy) |
|---|---|
| Package Base: | fritz-tls |
| Description: | Automate TLS certificate installation for AVM FRITZ!Box |
| Upstream URL: | https://github.com/tisba/fritz-tls |
| Licenses: | MIT |
| Submitter: | volker.raschek |
| Maintainer: | volker.raschek |
| Last Packager: | volker.raschek |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-02-22 22:40 (UTC) |
| Last Updated: | 2026-01-06 12:41 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
dreieck commented on 2025-11-18 12:40 (UTC)
Please do the following changes to the
PKGBUILD:v0.23.0.zip, are prone to cause conflicts when the user has set$SRCDESTe.g. in/etc/makepkg.conf: All downloaded source files then end up in the same directory, and specific filenames are needed to not cause conflict where another package just happens to do the same mistake and beeing at the same version.To achieve this, prepend
${pkgname}-v${pkgver}.zip::to thesourcearray entry.prepare(), so thatbuild()(andpackage()) can run in an offline environment on prepared sources:Regards and thanks for the package!