mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Newer date on pacman-mirrorlist
This commit is contained in:
parent
f24faf473b
commit
6bd746a8c6
2 changed files with 5 additions and 13 deletions
|
@ -1,22 +1,16 @@
|
|||
# $Id: PKGBUILD 66563 2010-01-31 21:48:51Z dan $
|
||||
# Maintainer: Dan McGee <dan@archlinux.org>
|
||||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20100204
|
||||
pkgver=20100608
|
||||
pkgrel=1
|
||||
pkgdesc="PlugBox Linux mirror list for use by pacman"
|
||||
pkgdesc="Plugbox Linux mirror list for use by pacman"
|
||||
arch=('arm')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
backup=(etc/pacman.d/mirrorlist)
|
||||
source=(mirrorlist)
|
||||
|
||||
# NOTE on building this package:
|
||||
# * Go to the trunk/ directory
|
||||
# * Run bash -c ". PKGBUILD; updatelist"
|
||||
# * Update the checksums, update pkgver
|
||||
# * Build the package
|
||||
md5sums=('05805348362eccadee901862e9d287b6')
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/etc/pacman.d
|
||||
|
@ -24,5 +18,3 @@ build() {
|
|||
# customize mirrorlist to architecture
|
||||
sed -i -e "s/@carch@/${CARCH}/g" $pkgdir/etc/pacman.d/mirrorlist
|
||||
}
|
||||
|
||||
md5sums=('c270b54437c49077b181babf2d843956')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# PlugBox Linux repository mirrorlist
|
||||
# Generated on 2010-02-04
|
||||
# Generated on 2010-06-07
|
||||
#
|
||||
|
||||
# Main Server
|
||||
|
|
Loading…
Reference in a new issue