[arch-commits] Commit in ghc/trunk (PKGBUILD)
Vesa Kaihlavirta
vesa at archlinux.org
Fri Oct 10 06:27:57 UTC 2008
Date: Friday, October 10, 2008 @ 02:27:56
Author: vesa
Revision: 14727
update to rc1
Modified:
ghc/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-10 06:05:56 UTC (rev 14726)
+++ PKGBUILD 2008-10-10 06:27:56 UTC (rev 14727)
@@ -1,7 +1,8 @@
# $Id$
# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
pkgname=ghc
-pkgver=6.10.0.20080921
+pkgver=6.10.0.20081007
+_relver=6.10.1-rc-1
pkgrel=1
pkgdesc="A state-of-the-art, open source, compiler and interactive environment for Haskell."
arch=(i686 x86_64)
@@ -9,17 +10,14 @@
license="custom"
depends=(gmp libedit)
makedepends=(ghc happy perl)
-source=("http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.0.20080921-src.tar.bz2"
- "http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.0.20080921-src-extralibs.tar.bz2")
-
-#source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
-# "http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src-extralibs.tar.bz2"
-# build.mk)
-#md5sums=('43108417594be7eba0918c459e871e40'
-# 'd199c50814188fb77355d41058b8613c'
-# 'dc94374c53aff2ab2d4f6cb75a349bb0'
-# '7a633e9fcc882d8874373481461acadb')
+source=("http://www.haskell.org/ghc/dist/stable/dist/$_relver/$pkgname-$pkgver-src.tar.bz2" \
+ "http://www.haskell.org/ghc/dist/stable/dist/$_relver/ghc-$pkgver-src-extralibs.tar.bz2"
+ build.mk)
+md5sums=('4350d1f8bea53f713732d10a7a9133f6'
+ '59136b86bafbdc4d32a645d3d7a8fa46'
+ 'a05681b982aad44cc6770bd021e35b67')
+
build() {
#since this is a compiler, it needs itself to compile
#installer automatically bootstraps itself, so this actually compiles twice
More information about the arch-commits
mailing list