[arch-commits] Commit in haskell-pandoc-types/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 15:28:46 UTC 2017


    Date: Friday, June 23, 2017 @ 15:28:46
  Author: felixonmars
Revision: 240454

upgpkg: haskell-pandoc-types 1.17.0.5-16

rebuild with hashable,1.2.6.1

Modified:
  haskell-pandoc-types/trunk/PKGBUILD
Deleted:
  haskell-pandoc-types/trunk/haskell-pandoc-types.install

------------------------------+
 PKGBUILD                     |    6 +++---
 haskell-pandoc-types.install |   18 ------------------
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 15:25:12 UTC (rev 240453)
+++ PKGBUILD	2017-06-23 15:28:46 UTC (rev 240454)
@@ -5,12 +5,12 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.17.0.5
-pkgrel=15
+pkgrel=16
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
+depends=('ghc' "haskell-aeson" "haskell-quickcheck" "haskell-syb")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('c8825588b587ff5ed0c105156a11a43f3b752279997231cfc13102809bbc51b3')
 
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script

Deleted: haskell-pandoc-types.install
===================================================================
--- haskell-pandoc-types.install	2017-06-23 15:25:12 UTC (rev 240453)
+++ haskell-pandoc-types.install	2017-06-23 15:28:46 UTC (rev 240454)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-pandoc-types
-post_install() {
-  ${HS_DIR}/register.sh
-  (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)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}



More information about the arch-commits mailing list