Search Criteria
Package Details: obvious-git r389.63cd248-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obvious-git.git (read-only, click to copy) |
---|---|
Package Base: | obvious-git |
Description: | Widgets for awesome wm (latest version) |
Upstream URL: | https://github.com/hoelzro/obvious |
Licenses: | custom:MIT |
Submitter: | None |
Maintainer: | SolarAquarion (wolfjb) |
Last Packager: | wolfjb |
Votes: | 34 |
Popularity: | 0.000000 |
First Submitted: | 2009-08-26 21:41 (UTC) |
Last Updated: | 2022-04-28 19:42 (UTC) |
Dependencies (2)
- awesome (awesome-luajitAUR, awesome-gitAUR, awesome-luajit-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
wolfjb commented on 2022-04-28 18:46 (UTC)
This started failing recently due to how github has changed how git can be used to access repositories. Repos with a url: https://github.com/user/project work as before while repos with a url: git@github.com:user/project don't work the same way. See: https://github.blog/2021-09-01-improving-git-protocol-security-github/
So, this package does not install without a change to the PKGBUILD.
Change:
source=(git@github.com:hoelzro/obvious.git)
tosource=(git+https://github.com/hoelzro/obvious.git)
to fix this situation.David_B55 commented on 2015-10-29 15:53 (UTC)
icebal commented on 2015-04-12 01:34 (UTC)
techno-geek commented on 2015-03-19 15:48 (UTC)
serghei commented on 2014-11-01 16:36 (UTC)
techno-geek commented on 2013-08-29 22:27 (UTC)
bernieke commented on 2012-12-31 09:33 (UTC)
<deleted-account> commented on 2011-12-14 17:00 (UTC)
Garoth commented on 2010-11-02 02:33 (UTC)
1 2 Next › Last »