Search Criteria
Package Details: goblocks 1.4.0-1
Git Clone URL: | https://aur.archlinux.org/goblocks.git (read-only) |
---|---|
Package Base: | goblocks |
Description: | Fast, lightweight i3status replacement written in Go |
Upstream URL: | https://github.com/davidscholberg/goblocks |
Licenses: | |
Submitter: | dhscholb |
Maintainer: | dhscholb |
Last Packager: | dhscholb |
Votes: | 4 |
Popularity: | 0.001207 |
First Submitted: | 2016-11-05 22:22 |
Last Updated: | 2017-04-16 15:08 |
Dependencies (4)
- git (git-git) (make)
- go>=1.7.0 (gcc-go-git, gcc-go, go-pie) (make)
- alsa-utils (alsa-utils-transparent) (optional) – volume status support
- zfs-utils (zfs-utils-git) (optional) – zfs status support
Latest Comments
dhscholb commented on 2017-02-13 04:44
If you're using the latest version of git, you may see this error when trying to build the goblocks package:
Cloning into '/home/david/src/misc/aur/goblocks/src/src/gopkg.in/yaml.v2'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
package gopkg.in/yaml.v2: exit status 128
==> ERROR: A failure occurred in build().
Aborting...
The latest version of git has decided to break backwards compatibility regarding redirects, and this affects one of the go packages that goblocks depends on. See https://github.com/niemeyer/gopkg/issues/50 for more info.
The following command is a temporary workaround to this issue:
git config --global http.https://gopkg.in.followRedirects true
After you run the above, you should be able to build goblocks without issue.