mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/pacman-mirrorlist to 20130521-1
This commit is contained in:
parent
a86141351c
commit
908b209eff
2 changed files with 7 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=20130424
|
pkgver=20130521
|
||||||
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' 'armv7h')
|
arch=('arm' '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=('a610c6b17b93de3768d7d6ffb210453b')
|
md5sums=('afc7a60554f3776686f624d2b8d61618')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
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 2013-03-23
|
# Generated on 2013-05-21
|
||||||
#
|
#
|
||||||
|
|
||||||
## Geo-IP based mirror selection and load balancing
|
## Geo-IP based mirror selection and load balancing
|
||||||
|
@ -40,6 +40,10 @@ Server = http://mirror.archlinuxarm.org/@carch@/$repo
|
||||||
## Haarlem
|
## Haarlem
|
||||||
# Server = http://nl.mirror.archlinuxarm.org/@carch@/$repo
|
# Server = http://nl.mirror.archlinuxarm.org/@carch@/$repo
|
||||||
|
|
||||||
|
### Norway
|
||||||
|
## Trondheim
|
||||||
|
# Server = http://no.mirror.archlinuxarm.org/@carch@/$repo
|
||||||
|
|
||||||
### Taiwan
|
### Taiwan
|
||||||
## New Taipei City
|
## New Taipei City
|
||||||
# Server = http://tw.mirror.archlinuxarm.org/@carch@/$repo
|
# Server = http://tw.mirror.archlinuxarm.org/@carch@/$repo
|
||||||
|
|
Loading…
Reference in a new issue