[arch-commits] Commit in (2 files)

Rémy Oudompheng remy at archlinux.org
Fri Dec 31 09:17:29 UTC 2010


    Date: Friday, December 31, 2010 @ 04:17:29
  Author: remy
Revision: 104279

Rebuild against moved libraries.

Modified:
  haskell-hashed-storage/trunk/PKGBUILD
  haskell-haskeline/trunk/PKGBUILD

---------------------------------------+
 haskell-hashed-storage/trunk/PKGBUILD |    9 +++++----
 haskell-haskeline/trunk/PKGBUILD      |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: haskell-hashed-storage/trunk/PKGBUILD
===================================================================
--- haskell-hashed-storage/trunk/PKGBUILD	2010-12-31 08:19:43 UTC (rev 104278)
+++ haskell-hashed-storage/trunk/PKGBUILD	2010-12-31 09:17:29 UTC (rev 104279)
@@ -4,9 +4,9 @@
 _hkgname=hashed-storage
 pkgname=haskell-hashed-storage
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Hashed file storage support code."
-url="http://hackage.haskell.org/package/hashed-storage"
+url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=7.0.1' 'haskell-binary=0.5.0.2' 'haskell-mmap>=0.5' 'haskell-zlib'  'haskell-mtl=2.0.1.0' 'haskell-dataenc')
@@ -17,8 +17,9 @@
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
-    runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr \
-      --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
+    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

Modified: haskell-haskeline/trunk/PKGBUILD
===================================================================
--- haskell-haskeline/trunk/PKGBUILD	2010-12-31 08:19:43 UTC (rev 104278)
+++ haskell-haskeline/trunk/PKGBUILD	2010-12-31 09:17:29 UTC (rev 104279)
@@ -4,7 +4,7 @@
 _hkgname=haskeline
 pkgname=haskell-haskeline
 pkgver=0.6.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line interface for user input, written in Haskell."
 url="http://hackage.haskell.org/package/haskeline"
 license=('custom:BSD3')




More information about the arch-commits mailing list