Date: Sunday, December 6, 2009 @ 05:44:36
Author: allan
Revision: 60709
fix source location (FS#17097)
Modified:
ghc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-06 10:23:22 UTC (rev 60708)
+++ PKGBUILD 2009-12-06 10:44:36 UTC (rev 60709)
@@ -14,8 +14,8 @@
backup=(usr/lib/ghc-6.10.4/package.conf)
install=(ghc.install)
-source=("http://www.haskell.org/ghc/dist/stable/dist/$pkgname-$pkgver-src.tar.bz2"
\
-
"http://www.haskell.org/ghc/dist/stable/dist/$pkgname-$pkgver-src-extralibs.tar.bz2"
+source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2"
\
+
"http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src-extralibs.tar.bz2"
build.mk ghc.install)
build() {