Date: Wednesday, May 25, 2016 @ 06:39:34 Author: fyan Revision: 176516
upgpkg: haskell-persistent-template 2.1.8.1-1 rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3 0.14.2 -> 0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, wai-3.2.1.1 Modified: haskell-persistent-template/trunk/PKGBUILD Deleted: haskell-persistent-template/trunk/haskell-persistent-template.install -------------------------------------+ PKGBUILD | 15 +++++++-------- haskell-persistent-template.install | 18 ------------------ 2 files changed, 7 insertions(+), 26 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-25 04:32:25 UTC (rev 176515) +++ PKGBUILD 2016-05-25 04:39:34 UTC (rev 176516) @@ -4,20 +4,18 @@ _hkgname=persistent-template pkgname=haskell-persistent-template -pkgver=2.1.6 -pkgrel=17 +pkgver=2.1.8.1 +pkgrel=1 pkgdesc="Type-safe, non-relational, multi-backend persistence" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" "haskell-http-api-data" +depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" "haskell-http-api-data" "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent" "haskell-tagged" "haskell-text" "haskell-unordered-containers") -options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -install="${pkgname}.install" -sha256sums=('818a89a082bec8e812c69d2e5069468f61c23d769456736318836cbffac56653') +sha256sums=('34911f40028357567717f6724abae4e6fc905567ffc8ba8ee5042e9680b2f168') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -29,6 +27,7 @@ runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } @@ -35,8 +34,8 @@ package() { cd "${srcdir}/${_hkgname}-${pkgver}" - install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" - install -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" + install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" + install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" runhaskell Setup copy --destdir="${pkgdir}" Deleted: haskell-persistent-template.install =================================================================== --- haskell-persistent-template.install 2016-05-25 04:32:25 UTC (rev 176515) +++ haskell-persistent-template.install 2016-05-25 04:39:34 UTC (rev 176516) @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-persistent-template -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) -}
