Package Details: gofumpt 0.4.0-1

Git Clone URL: https://aur.archlinux.org/gofumpt.git (read-only, click to copy)
Package Base: gofumpt
Description: A stricter gofmt
Upstream URL: https://github.com/mvdan/gofumpt
Keywords: format go gofmt goimports idiomatic style
Licenses: custom
Submitter: luzifer
Maintainer: luzifer
Last Packager: luzifer
Votes: 8
Popularity: 1.02
First Submitted: 2021-01-31 12:42 (UTC)
Last Updated: 2022-09-27 23:24 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

quite commented on 2021-11-11 09:40 (UTC)

Would you mind adjusting the PKGBUILD like follows? A source file ought to be unique per pkg & version, as it may be cached. Ran into this using yay to install from AUR, similar issue here: https://github.com/Jguer/yay/issues/1187

-source=("${pkgname}::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz")

luzifer commented on 2021-04-08 11:26 (UTC)

@axolotl: gofumports was removed with v0.1.1 release. v0.1.0 was the latest version to include gofumports… See releases page

arnottcr commented on 2021-04-08 11:23 (UTC)

would you mind adding gofumports to this package? it is contained in the same module and released alongside; minimum viable diff:

16a17
>       GO111MODULE=on go build -mod=readonly -o gofumports/ ./gofumports
21a23
>       install -Dm755 -t "${pkgdir}/usr/bin" gofumports/gofumports