[arch-commits] Commit in haskell-parallel/trunk (PKGBUILD haskell-parallel.install)

Rémy Oudompheng remy at archlinux.org
Wed Nov 10 14:00:28 UTC 2010


    Date: Wednesday, November 10, 2010 @ 09:00:27
  Author: remy
Revision: 98499

Rebuild with correct dependencies and remove leading slashes from install
files.

Modified:
  haskell-parallel/trunk/PKGBUILD
  haskell-parallel/trunk/haskell-parallel.install

--------------------------+
 PKGBUILD                 |    4 ++--
 haskell-parallel.install |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-10 13:59:45 UTC (rev 98498)
+++ PKGBUILD	2010-11-10 14:00:27 UTC (rev 98499)
@@ -4,12 +4,12 @@
 _hkgname=parallel
 pkgname=haskell-parallel
 pkgver=3.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel programming library"
 url="http://hackage.haskell.org/package/parallel"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.3 sh 'haskell-deepseq=1.1.0.1')
+depends=(ghc=6.12.3 sh 'haskell-deepseq=1.1.0.0')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/parallel/$pkgver/parallel-$pkgver.tar.gz)
 install=${pkgname}.install

Modified: haskell-parallel.install
===================================================================
--- haskell-parallel.install	2010-11-10 13:59:45 UTC (rev 98498)
+++ haskell-parallel.install	2010-11-10 14:00:27 UTC (rev 98499)
@@ -1,18 +1,18 @@
-HS_DIR=/usr/share/haskell/haskell-parallel
+HS_DIR=usr/share/haskell/haskell-parallel
 post_install() {
   ${HS_DIR}/register.sh
-  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }
 pre_upgrade() {
   ${HS_DIR}/unregister.sh
 }
 post_upgrade() {
   ${HS_DIR}/register.sh
-  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }
 pre_remove() {
   ${HS_DIR}/unregister.sh
 }
 post_remove() {
-  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }




More information about the arch-commits mailing list