Date: Tuesday, March 23, 2010 @ 11:33:31 Author: ibiru Revision: 73167
upgpkg: ghc 6.12.1-4 rebuild against gmp 5.0 Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-23 13:39:31 UTC (rev 73166) +++ PKGBUILD 2010-03-23 15:33:31 UTC (rev 73167) @@ -7,7 +7,7 @@ arch=(i686 x86_64) url="http://www.haskell.org/ghc/" license=("custom") -depends=(perl gmp>=5.0) +depends=('perl' 'gmp>=5.0') makedepends=(ghc happy perl) provides=("haskell-array=0.3.0.0" "haskell-bytestring=0.9.1.5" @@ -61,7 +61,7 @@ build() { cd $srcdir/$pkgname-$pkgver - cp ../../build.mk mk/build.mk + cp $srcdir/build.mk mk/build.mk ./configure --prefix=/usr make -j1 || return 1 @@ -70,5 +70,5 @@ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license } md5sums=('3a2b23f29013605f721ebdfc29de9c92' - '864d94bb869dc0d43a37de8669cc976f' + '5a3e0880c80b1dcecf779ff2e63a9c0d' 'd03bca6b591043c0fe996d72dd448919')
