Skip to content

Commit

Permalink
cachyos-mirrorlist: Add Austria Mirror
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jul 3, 2024
1 parent b521dca commit 0651995
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cachyos-mirrorlist/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pkgbase = cachyos-mirrorlist
pkgrel = 1
arch = any
groups = cachyos
license = GPL3
license = GPL-3.0-or-later
options = !strip
options = !emptydirs
backup = etc/pacman.d/cachyos-mirrorlist
source = cachyos-mirrorlist
sha512sums = a39a5fad45a1dbc1fce50827974288642ba2fd2a57d906ebe205bebfb597d352f1c777d3a92fdd77a15036a7e96af403480ad8b0765609f06c34a3ac7fc8d343
sha512sums = a72ef37f7fac9184ca87cd5bc35c887d23fa53d04b97d38c25f3b3055aa532f77ea090c02904c7dac29d0459bb9c3c9e132ebfe9684a9b6cfa69a29af7c3f593

pkgname = cachyos-mirrorlist
2 changes: 1 addition & 1 deletion cachyos-mirrorlist/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ groups=(cachyos)
options=(!strip !emptydirs)
backup=("etc/pacman.d/$pkgname") # to keep possibly ranked mirrorlist
source=(cachyos-mirrorlist)
sha512sums=('a39a5fad45a1dbc1fce50827974288642ba2fd2a57d906ebe205bebfb597d352f1c777d3a92fdd77a15036a7e96af403480ad8b0765609f06c34a3ac7fc8d343')
sha512sums=('a72ef37f7fac9184ca87cd5bc35c887d23fa53d04b97d38c25f3b3055aa532f77ea090c02904c7dac29d0459bb9c3c9e132ebfe9684a9b6cfa69a29af7c3f593')
package() {
#install -d "$pkgdir/etc/pacman.d"
install -Dm644 "$srcdir/$pkgname" "$pkgdir/etc/pacman.d/$pkgname"
Expand Down
2 changes: 2 additions & 0 deletions cachyos-mirrorlist/cachyos-mirrorlist
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Server = https://no.mirror.cx/cachyos/repo/$arch/$repo
Server = https://mir.cachyos.fr/repo/$arch/$repo
## South Korea much thanks to Mihate Hiura!
Server = https://mirror.funami.tech/cachy/$arch/$repo
## Austria Mirror much thanks to Soulharsh!
Server = https://at.cachyos.org/repo/$arch/$repo

0 comments on commit 0651995

Please sign in to comment.