mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/pacman-mirrorlist update to support multiple arch
This commit is contained in:
parent
6342ba36a7
commit
32f19ec8bd
2 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20110328
|
||||
pkgrel=1
|
||||
plugrel=1
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20110525
|
||||
pkgrel=1
|
||||
pkgdesc="Plugbox Linux mirror list for use by pacman"
|
||||
arch=('arm')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
@ -11,7 +12,7 @@ license=('GPL')
|
|||
groups=('base')
|
||||
backup=(etc/pacman.d/mirrorlist)
|
||||
source=(mirrorlist)
|
||||
md5sums=('8b06c0025578cdf008f99d79d7470218')
|
||||
md5sums=('947b0f4da658b2e8a90d42bb7f1f1053')
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/etc/pacman.d
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# PlugBox Linux repository mirrorlist
|
||||
# Generated on 2011-03-28
|
||||
# Generated on 2011-05-25
|
||||
#
|
||||
|
||||
# Main Server
|
||||
Server = http://plugapps.com/arm/$repo
|
||||
Server = http://plugapps.com/@carch@/$repo
|
||||
|
|
Loading…
Reference in a new issue