Package Details: packr 2.8.3-2

Git Clone URL: https://aur.archlinux.org/packr.git (read-only, click to copy)
Package Base: packr
Description: [DEPRECATED, USE GO EMBED] Go static assets bundler
Upstream URL: https://github.com/gobuffalo/packr
Licenses: MIT
Submitter: SWW13
Maintainer: C0rn3j
Last Packager: C0rn3j
Votes: 0
Popularity: 0.000000
First Submitted: 2020-08-14 15:46 (UTC)
Last Updated: 2024-03-05 11:46 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

C0rn3j commented on 2022-08-21 19:15 (UTC)

I fixed the source and updated to latest release, but the project itself is dead and should not be used anymore

https://github.com/gobuffalo/packr#readme

JohnTheCF commented on 2022-04-29 09:19 (UTC)

A patch to fix source:

diff --git a/PKGBUILD b/PKGBUILD
index 83fe74b..302ab2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=(
 )

 source=(
-   "$_pkgname::git://github.com/gobuffalo/packr.git#tag=v${pkgver}"
+   "$_pkgname::git+https://github.com/gobuffalo/packr.git#tag=v${pkgver}"
 )

 sha256sums=('SKIP')

JohnTheCF commented on 2022-04-29 09:13 (UTC)

Please update git source:

The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.