replace old arch source links
https://gitlab.archlinux.org/archlinux/packaging/packages instead of github
This commit is contained in:
parent
8b06d0c2c4
commit
d9b74d1d3e
1 changed files with 2 additions and 2 deletions
4
repos.md
4
repos.md
|
@ -58,11 +58,11 @@ and you get the recipe for colord
|
|||
|
||||
Arch's source repo is like this:
|
||||
|
||||
<pre>wget https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/arch-install-scripts/trunk/PKGBUILD</pre>
|
||||
<pre>wget https://gitlab.archlinux.org/archlinux/packaging/packages/arch-install-scripts/trunk/PKGBUILD</pre>
|
||||
|
||||
Community pkgs are a little different but the rest are like the above.
|
||||
|
||||
<pre>wget https://raw.githubusercontent.com/archlinux/svntogit-community/packages/asciidoc/trunk/PKGBUILD</pre>
|
||||
<pre>wget https://gitlab.archlinux.org/archlinux/packaging/packages/asciidoc/trunk/PKGBUILD</pre>
|
||||
|
||||
You can use cower for getting AUR pkgbuilds,
|
||||
|
||||
|
|
Loading…
Reference in a new issue