Package Details: goreleaser-bin 1.25.1-1

Git Clone URL: https://aur.archlinux.org/goreleaser-bin.git (read-only, click to copy)
Package Base: goreleaser-bin
Description: Deliver Go binaries as fast and easily as possible
Upstream URL: https://goreleaser.com
Licenses: MIT
Conflicts: goreleaser
Provides: goreleaser
Submitter: ldez
Maintainer: ldez (caarlos0)
Last Packager: caarlos0
Votes: 7
Popularity: 0.000000
First Submitted: 2020-06-12 16:22 (UTC)
Last Updated: 2024-04-04 02:27 (UTC)

Dependencies (0)

Required by (11)

Sources (4)

Latest Comments

invidian commented on 2021-07-26 11:14 (UTC)

It seems the following patch is required to build the package:

diff --git PKGBUILD PKGBUILD
index a6e032b..59ebf90 100644
--- PKGBUILD
+++ PKGBUILD
@@ -33,5 +33,5 @@ package() {
        install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"

        # License
-       install -Dm644 "${srcdir}/LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
+       install -Dm644 "${srcdir}/LICENSE.md/LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
 }

muesli commented on 2021-01-16 13:29 (UTC)

==> Validating source_x86_64 files with sha256sums... goreleaser_v0.155.0_linux_x86_64.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!