[arch-commits] Commit in pacman-mirrorlist/trunk (PKGBUILD mirrorlist)

Dan McGee dan at nymeria.archlinux.org
Sun Feb 3 00:23:19 UTC 2013


    Date: Sunday, February 3, 2013 @ 01:23:19
  Author: dan
Revision: 176950

Use package() instead of build() function

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

------------+
 PKGBUILD   |    8 ++++----
 mirrorlist |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 00:16:48 UTC (rev 176949)
+++ PKGBUILD	2013-02-03 00:23:19 UTC (rev 176950)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20130131
+pkgver=20130203
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -22,10 +22,10 @@
   wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/smart/
 }
 
-build() {
+package() {
   mkdir -p $pkgdir/etc/pacman.d
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('a9a6f79dee8838cbe9bbe67a575efd7a')
-sha256sums=('d87d4294a6a5b77dbd61da690c6d9002ed5c01077d7a85dd894ff4b464e75c33')
+md5sums=('08032f98d15355e4db429d1051b7f350')
+sha256sums=('ff64020137938fea07428be7099163b8b90b706d86bd3fc81abcc798c4066853')

Modified: mirrorlist
===================================================================
--- mirrorlist	2013-02-03 00:16:48 UTC (rev 176949)
+++ mirrorlist	2013-02-03 00:23:19 UTC (rev 176950)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2013-01-31
+## Generated on 2013-02-03
 ##
 
 ## Australia




More information about the arch-commits mailing list