[arch-commits] Commit in haskell-deepseq/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Wed Dec 22 11:32:48 UTC 2010


    Date: Wednesday, December 22, 2010 @ 06:32:48
  Author: remy
Revision: 103650

upgpkg: haskell-deepseq 1.1.0.2-1
Update for HP2011 (alpha), install in /usr/lib/ghc-7.0.1

Modified:
  haskell-deepseq/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-22 11:19:52 UTC (rev 103649)
+++ PKGBUILD	2010-12-22 11:32:48 UTC (rev 103650)
@@ -3,8 +3,8 @@
 # Package generated by cabal2arch 0.7.6
 _hkgname=deepseq
 pkgname=haskell-deepseq
-pkgver=1.1.0.1
-pkgrel=2
+pkgver=1.1.0.2
+pkgrel=1
 pkgdesc="Fully evaluate data structures"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -13,11 +13,12 @@
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('92345996b47a85112bbecad6d43d420f')
+md5sums=('90b66480f0eb659c1db209ee703e0162')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
-    runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+    runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr \
+      --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script




More information about the arch-commits mailing list