mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/pacman-mirrorlist to 20120203-1
This commit is contained in:
parent
844f06b443
commit
a7fd5fbb43
2 changed files with 8 additions and 4 deletions
|
@ -4,15 +4,15 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20120109
|
||||
pkgver=20120203
|
||||
pkgrel=1
|
||||
pkgdesc="Arch Linux ARM mirror list for use by pacman"
|
||||
arch=('arm')
|
||||
arch=('arm' 'armv7h')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
source=(mirrorlist)
|
||||
md5sums=('57b3e0388c3983b9d4bb7b6919658029')
|
||||
md5sums=('6e60189e69e7f449e83cbfa7d7c6dd39')
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/etc/pacman.d
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
#
|
||||
# Arch Linux ARM repository mirrorlist
|
||||
# Generated on 2012-01-09
|
||||
# Generated on 2012-02-03
|
||||
#
|
||||
|
||||
## Geo-IP based mirror selection
|
||||
Server = http://mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
## IPv6
|
||||
# Server = http://6.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
## Mirrors by country
|
||||
|
||||
## Germany
|
||||
# Server = http://eu.mirror.archlinuxarm.org/@carch@/$repo
|
||||
# Server = http://6.eu.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
||||
## United States
|
||||
# Server = http://us.mirror.archlinuxarm.org/@carch@/$repo
|
||||
|
|
Loading…
Reference in a new issue