mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/pacman-mirrorlist to 20150311-1
This commit is contained in:
parent
af7aafc3ef
commit
019a811517
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
|
||||||
pkgname=pacman-mirrorlist
|
pkgname=pacman-mirrorlist
|
||||||
pkgver=20141230
|
pkgver=20150311
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Arch Linux ARM mirror list for use by pacman"
|
pkgdesc="Arch Linux ARM mirror list for use by pacman"
|
||||||
arch=('arm' 'armv6h' 'armv7h')
|
arch=('arm' 'armv6h' 'armv7h')
|
||||||
|
@ -10,7 +10,7 @@ license=('GPL')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
backup=(etc/pacman.d/mirrorlist)
|
backup=(etc/pacman.d/mirrorlist)
|
||||||
source=(mirrorlist)
|
source=(mirrorlist)
|
||||||
md5sums=('e78807d85cefc9bb33648474eb4b9e67')
|
md5sums=('51e5837e777d5a85b0577dbb7f4c2460')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p $pkgdir/etc/pacman.d
|
mkdir -p $pkgdir/etc/pacman.d
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Arch Linux ARM repository mirrorlist
|
# Arch Linux ARM repository mirrorlist
|
||||||
# Generated on 2014-12-30
|
# Generated on 2015-03-11
|
||||||
#
|
#
|
||||||
|
|
||||||
## Geo-IP based mirror selection and load balancing
|
## Geo-IP based mirror selection and load balancing
|
||||||
|
@ -29,6 +29,8 @@ Server = http://mirror.archlinuxarm.org/$arch/$repo
|
||||||
# Server = http://fr.mirror.archlinuxarm.org/$arch/$repo
|
# Server = http://fr.mirror.archlinuxarm.org/$arch/$repo
|
||||||
## Paris
|
## Paris
|
||||||
# Server = http://fr2.mirror.archlinuxarm.org/$arch/$repo
|
# Server = http://fr2.mirror.archlinuxarm.org/$arch/$repo
|
||||||
|
## Roubaix
|
||||||
|
# Server = http://fr3.mirror.archlinuxarm.org/$arch/$repo
|
||||||
|
|
||||||
### Germany
|
### Germany
|
||||||
## Aachen
|
## Aachen
|
||||||
|
|
Loading…
Reference in a new issue