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

Rémy Oudompheng remy at archlinux.org
Wed Dec 22 14:10:23 UTC 2010


    Date: Wednesday, December 22, 2010 @ 09:10:23
  Author: remy
Revision: 103670

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

Modified:
  haskell-text/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-22 13:54:04 UTC (rev 103669)
+++ PKGBUILD	2010-12-22 14:10:23 UTC (rev 103670)
@@ -2,21 +2,22 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 _hkgname=text
 pkgname=haskell-text
-pkgver=0.10.0.0
-pkgrel=2
+pkgver=0.11.0.0
+pkgrel=1
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.1' sh 'haskell-deepseq>=1.1.0.0')
+depends=('ghc=7.0.1' sh 'haskell-deepseq=1.1.0.2')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('453cf09bae3d6aafdd8a4510ddff1fa5')
+md5sums=('fe1ba818c4882ed97e4728602631fc9c')
 
 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