[arch-commits] Commit in haskell-parsec/repos (testing-i686 testing-i686/PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 13:49:01 UTC 2009


    Date: Sunday, December 27, 2009 @ 08:49:00
  Author: vesa
Revision: 61867

Merged revisions 61866 via svnmerge from 
svn+ssh://vesa@gerolde.archlinux.org/srv/svn-packages/haskell-parsec/trunk

........
  r61866 | vesa | 2009-12-27 15:48:24 +0200 (Sun, 27 Dec 2009) | 2 lines
  
  -p --enable-shared
........

Modified:
  haskell-parsec/repos/testing-i686/	(properties)
  haskell-parsec/repos/testing-i686/PKGBUILD

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


Property changes on: haskell-parsec/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /haskell-parsec/trunk:1-61222
   + /haskell-parsec/trunk:1-61866

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-12-27 13:48:24 UTC (rev 61866)
+++ testing-i686/PKGBUILD	2009-12-27 13:49:00 UTC (rev 61867)
@@ -1,7 +1,7 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 pkgname=haskell-parsec
-pkgrel=1
+pkgrel=2
 pkgver=3.0.1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec"
@@ -14,7 +14,7 @@
 
 build() {
     cd $srcdir/parsec-$pkgver
-    runhaskell Setup configure --prefix=/usr || return 1
+    runhaskell Setup configure -p --enable-shared --prefix=/usr || return 1
     runhaskell Setup build                   || return 1
     runhaskell Setup register   --gen-script || return 1
     runhaskell Setup unregister --gen-script || return 1




More information about the arch-commits mailing list