mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/pacman-mirrorlist to 20130102
This commit is contained in:
parent
18a3aa65c8
commit
003e0e25c5
2 changed files with 21 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20120916
|
||||
pkgver=20130102
|
||||
pkgrel=1
|
||||
pkgdesc="Arch Linux ARM mirror list for use by pacman"
|
||||
arch=('arm' 'armv7h')
|
||||
|
@ -10,7 +10,7 @@ url="http://www.archlinux.org/pacman/"
|
|||
license=('GPL')
|
||||
groups=('base')
|
||||
source=(mirrorlist)
|
||||
md5sums=('5588fc7f02e39b83b4f175c8fd165cf0')
|
||||
md5sums=('9c41e9500145567e64db78a77abbee43')
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/etc/pacman.d
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Arch Linux ARM repository mirrorlist
|
||||
# Generated on 2012-09-16
|
||||
# Generated on 2013-01-02
|
||||
#
|
||||
|
||||
## Geo-IP based mirror selection and load balancing
|
||||
|
@ -9,30 +9,43 @@ Server = http://mirror.archlinuxarm.org/@carch@/$repo
|
|||
### Mirrors by country
|
||||
|
||||
### China
|
||||
## Beijing
|
||||
# Server = http://cn.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
### Finland
|
||||
## Helsinki
|
||||
# Server = http://fi.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
### France
|
||||
## Roubaix
|
||||
# Server = http://fr.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
### Germany
|
||||
## Falkenstein
|
||||
# Server = http://eu.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## Aachen
|
||||
# Server = http://de3.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## Berlin
|
||||
# Server = http://de.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## Falkenstein
|
||||
# Server = http://eu.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## Nuremberg
|
||||
# Server = http://de2.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
### Italy
|
||||
## Turin
|
||||
# Server = http://it.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
### Netherlands
|
||||
## Haarlem
|
||||
# Server = http://nl.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
### United States
|
||||
## CA
|
||||
## Delaware
|
||||
# Server = http://de.us.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## California
|
||||
# Server = http://ca.us.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## NY
|
||||
## Nebraska
|
||||
# Server = http://ne.us.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## New York
|
||||
# Server = http://us.mirror.archlinuxarm.org/@carch@/$repo
|
||||
## VA
|
||||
## Virginia
|
||||
# Server = http://va.us.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
|
Loading…
Reference in a new issue