[arch-commits] Commit in lilo/repos (core-i686/PKGBUILD core-x86_64/PKGBUILD)

Aaron Griffin aaron at archlinux.org
Tue Mar 17 22:08:30 UTC 2009


    Date: Tuesday, March 17, 2009 @ 18:08:30
  Author: aaron
Revision: 30248

FS#13809 : Update sources and url from trunk PKGBUILD

This allows users to rebuild from ABS and can be done
this way without a package rebuild

Modified:
  lilo/repos/core-i686/PKGBUILD
  lilo/repos/core-x86_64/PKGBUILD

----------------------+
 core-i686/PKGBUILD   |    7 +++++--
 core-x86_64/PKGBUILD |    8 ++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

Modified: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2009-03-17 21:27:32 UTC (rev 30247)
+++ core-i686/PKGBUILD	2009-03-17 22:08:30 UTC (rev 30248)
@@ -5,7 +5,8 @@
 pkgrel=2
 pkgdesc="A bootloader for Linux"
 arch=(i686 x86_64)
-url="http://lilo.go.dyndns.org"
+#url="http://lilo.go.dyndns.org" - seems down
+url="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/!INDEX.html"
 license=('BSD')
 # While lilo should stay in the base category,
 # it usually makes no sense if it is installed
@@ -16,7 +17,9 @@
 depends=(device-mapper coreutils)
 makedepends=(bin86)
 install=lilo.install
-source=(http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz lilo.conf)
+source=(#http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz
+	ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-$pkgver.src.tar.gz
+    lilo.conf)
 md5sums=('72765f2aafd20e23ecf07ebd22baeec7' 'a3a4c90bead3f9b8672bd384ff9f8db1')
 
 build() {

Modified: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2009-03-17 21:27:32 UTC (rev 30247)
+++ core-x86_64/PKGBUILD	2009-03-17 22:08:30 UTC (rev 30248)
@@ -5,7 +5,8 @@
 pkgrel=2
 pkgdesc="A bootloader for Linux"
 arch=(i686 x86_64)
-url="http://lilo.go.dyndns.org"
+#url="http://lilo.go.dyndns.org" - seems down
+url="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/!INDEX.html"
 license=('BSD')
 # While lilo should stay in the base category,
 # it usually makes no sense if it is installed
@@ -16,8 +17,11 @@
 depends=(device-mapper coreutils)
 makedepends=(bin86)
 install=lilo.install
-source=(http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz lilo.conf)
+source=(#http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz
+	ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-$pkgver.src.tar.gz
+	lilo.conf)
 md5sums=('72765f2aafd20e23ecf07ebd22baeec7' 'a3a4c90bead3f9b8672bd384ff9f8db1')
+md5sums=('72765f2aafd20e23ecf07ebd22baeec7' 'a3a4c90bead3f9b8672bd384ff9f8db1')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list