-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added package endeavouros-mirrorlist-testing for testing a new mirror…
…list
- Loading branch information
1 parent
1dd0bc9
commit 71b8d69
Showing
2 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Maintainers: EndeavourOS <[email protected]> | ||
|
||
pkgname=endeavouros-mirrorlist-testing | ||
_source_filename=endeavouros-mirrorlist-testing | ||
_target_filename=endeavouros-mirrorlist | ||
pkgver=1 | ||
pkgrel=1 | ||
pkgdesc="EndeavourOS mirrorlist" | ||
arch=('any') | ||
url=https://github.com/endeavouros-team/PKGBUILDS/tree/master/$pkgname | ||
_url="https://raw.githubusercontent.com/endeavouros-team/PKGBUILDS/master/$pkgname" | ||
|
||
license=('GPL3') | ||
options=(!strip !emptydirs) | ||
backup=("etc/pacman.d/$_target_filename") # to keep possibly ranked mirrorlist | ||
|
||
conflicts=(endeavouros-mirrorlist) | ||
conflicts_aarch64=(endeavouros-arm-mirrorlist) | ||
conflicts_armv7h=(endeavouros-arm-mirrorlist) | ||
|
||
source=("$_url/$_source_filename") | ||
sha512sums=('443ea97c5076d3a94f34fa357e690bee7b94f821de84d7f0fe356f743c55536a4c664d4ebdbdbcc8d3000e4a0b5ca6bca7becdf64c7970409217c9f0aa55af95') | ||
|
||
package() { | ||
install -Dm644 "$_source_filename" "$pkgdir/etc/pacman.d/$_target_filename" | ||
} |
62 changes: 62 additions & 0 deletions
62
endeavouros-mirrorlist-testing/endeavouros-mirrorlist-testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
###################################################### | ||
#### #### | ||
### EndeavourOS Repository Mirrorlist ### | ||
#### #### | ||
###################################################### | ||
#### Entry in file /etc/pacman.conf: | ||
### [endeavouros] | ||
### SigLevel = PackageRequired | ||
### Include = /etc/pacman.d/endeavouros-mirrorlist | ||
###################################################### | ||
### Tip: Use the 'eos-rankmirrors' program to rank | ||
### these mirrors or re-order them manually. | ||
###################################################### | ||
|
||
## Belgium | ||
Server = https://ftp.belnet.be/mirror/endeavouros/repo/$repo/$arch | ||
|
||
## Canada | ||
Server = https://ca.gate.endeavouros.com/endeavouros/repo/$repo/$arch | ||
|
||
## China | ||
Server = https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/$repo/$arch | ||
Server = https://mirrors.jlu.edu.cn/endeavouros/repo/$repo/$arch | ||
Server = https://mirror.sjtu.edu.cn/endeavouros/repo/$repo/$arch | ||
|
||
## Germany | ||
Server = https://mirror.alpix.eu/endeavouros/repo/$repo/$arch | ||
Server = https://de.freedif.org/EndeavourOS/repo/$repo/$arch | ||
Server = https://mirror.moson.org/endeavouros/repo/$repo/$arch | ||
|
||
## Greece | ||
Server = https://fosszone.csd.auth.gr/endeavouros/repo/$repo/$arch | ||
|
||
## France | ||
Server = https://endeavour.remi.lu/repo/$repo/$arch | ||
|
||
## India | ||
Server = https://mirror.albony.xyz/endeavouros/repo/$repo/$arch | ||
Server = https://mirrors.nxtgen.com/endeavouros-mirror/repo/$repo/$arch | ||
|
||
## Moldova | ||
Server = https://md.mirrors.hacktegic.com/endeavouros/repo/$repo/$arch | ||
|
||
## Singapore | ||
Server = https://mirror.jingk.ai/endeavouros/repo/$repo/$arch | ||
Server = https://mirror.freedif.org/EndeavourOS/repo/$repo/$arch | ||
|
||
## South Korea | ||
Server = https://mirror.funami.tech/endeavouros/repo/$repo/$arch | ||
|
||
## Sweden | ||
Server = https://ftp.acc.umu.se/mirror/endeavouros/repo/$repo/$arch | ||
|
||
## Taiwan | ||
Server = https://mirror.archlinux.tw/EndeavourOS/repo/$repo/$arch | ||
|
||
## Ukraine | ||
Server = https://fastmirror.pp.ua/endeavouros/repo/$repo/$arch | ||
|
||
## United States | ||
Server = https://mirrors.gigenet.com/endeavouros/repo/$repo/$arch | ||
|