mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/pacman-mirrorlist to 20130220-1
This commit is contained in:
parent
ef3584d697
commit
73363d4a94
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20140129
|
||||
pkgver=20130220
|
||||
pkgrel=1
|
||||
pkgdesc="Arch Linux ARM mirror list for use by pacman"
|
||||
arch=('arm' 'armv6h' 'armv7h')
|
||||
|
@ -10,7 +10,7 @@ license=('GPL')
|
|||
groups=('base')
|
||||
backup=(etc/pacman.d/mirrorlist)
|
||||
source=(mirrorlist)
|
||||
md5sums=('7ba93a8043cb0ad5f84551bd2a0382a7')
|
||||
md5sums=('3f8a00120a4ea88e4922801d609390a3')
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/etc/pacman.d
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Arch Linux ARM repository mirrorlist
|
||||
# Generated on 2014-01-29
|
||||
# Generated on 2014-02-20
|
||||
#
|
||||
|
||||
## Geo-IP based mirror selection and load balancing
|
||||
|
@ -45,6 +45,9 @@ Server = http://mirror.archlinuxarm.org/$arch/$repo
|
|||
## Gdansk
|
||||
# Server = http://pl.mirror.archlinuxarm.org/$arch/$repo
|
||||
|
||||
### Singapore
|
||||
# Server = http://sg.mirror.archlinuxarm.org/$arch/$repo
|
||||
|
||||
### Taiwan
|
||||
## New Taipei City
|
||||
# Server = http://tw.mirror.archlinuxarm.org/$arch/$repo
|
||||
|
|
Loading…
Reference in a new issue