summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/pacman-mirrorlist/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/pacman-mirrorlist/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/pacman-mirrorlist/PKGBUILD')
-rw-r--r--abs/core-testing/pacman-mirrorlist/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/core-testing/pacman-mirrorlist/PKGBUILD b/abs/core-testing/pacman-mirrorlist/PKGBUILD
deleted file mode 100644
index 76aa033..0000000
--- a/abs/core-testing/pacman-mirrorlist/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 83368 2010-06-21 12:46:38Z dan $
-# Maintainer: Dan McGee <dan@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20100621
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="http://www.archlinux.org/pacman/"
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
- wget -O mirrorlist http://www.archlinux.org/mirrorlist/i686/all/
- sed -i 's/i686/$arch/' mirrorlist
-}
-
-build() {
- mkdir -p $pkgdir/etc/pacman.d
- install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('506e96c2c64c5dbea880112bc5070a22')
-sha256sums=('03507e32ab9fc9988e0df164cb82c75316a0b043c584ae9240cf801600e55c31')