Add AUR cache repo so i don't have to compile everything
This commit is contained in:
parent
5bdeefb080
commit
487f23e413
2 changed files with 4 additions and 1 deletions
|
@ -98,6 +98,8 @@ Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||||
[archstrike]
|
[archstrike]
|
||||||
Server = https://mirror.archstrike.org/$arch/$repo
|
Server = https://mirror.archstrike.org/$arch/$repo
|
||||||
|
|
||||||
|
|
||||||
[quarry]
|
[quarry]
|
||||||
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
|
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
|
||||||
|
|
||||||
|
[aur-archlinux]
|
||||||
|
Server = https://repo.itmettke.de/aur/$repo/$arch
|
||||||
|
|
|
@ -3,6 +3,7 @@ class yaourt::keys () {
|
||||||
'8A8F901A', # Sublime Text
|
'8A8F901A', # Sublime Text
|
||||||
'D1483FA6C3C07136', # Tor Browser
|
'D1483FA6C3C07136', # Tor Browser
|
||||||
'9D5F1C051D146843CDA4858BDE64825E7CBC0D51', # ArchStrike
|
'9D5F1C051D146843CDA4858BDE64825E7CBC0D51', # ArchStrike
|
||||||
|
'7448C890582975CD'
|
||||||
]
|
]
|
||||||
|
|
||||||
$keys.each |$key| {
|
$keys.each |$key| {
|
||||||
|
|
Loading…
Reference in a new issue