Package Details: git-big-picture 1.1.1-1

Git Clone URL: https://aur.archlinux.org/git-big-picture.git (read-only, click to copy)
Package Base: git-big-picture
Description: Visualization tool for Git repositories
Upstream URL: https://github.com/git-big-picture/git-big-picture
Licenses: GPL3
Provides: git-big-picture
Submitter: cyrevolt
Maintainer: cyrevolt
Last Packager: cyrevolt
Votes: 2
Popularity: 0.000000
First Submitted: 2015-12-07 23:16 (UTC)
Last Updated: 2021-01-20 20:12 (UTC)

Latest Comments

cyrevolt commented on 2016-04-29 22:49 (UTC)

Yeah, totally, thanks 1ace - update is about to follow, and I will also check the other packages I've written. Most of them are using quotes already I think. =^_^=

1ace commented on 2016-04-29 21:16 (UTC)

This is a script that can be run on any arch, not just `x86_64`, so the `arch` array should be `any` :) Also, you should quote your variables (especially `srcdir` & `pkgdir`) as it currently breaks on paths containing spaces or glob characters. And while you're at it, you can remove the empty vars `epoch` and `makedepends` :P