[arch-commits] Commit in haskell-pandoc-types/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed May 25 05:15:37 UTC 2016
Date: Wednesday, May 25, 2016 @ 07:15:36
Author: fyan
Revision: 176546
upgpkg: haskell-pandoc-types 1.16.1-13
rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, simple-sendfile-0.2.22
Modified:
haskell-pandoc-types/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-25 05:13:33 UTC (rev 176545)
+++ PKGBUILD 2016-05-25 05:15:36 UTC (rev 176546)
@@ -5,15 +5,13 @@
_hkgname=pandoc-types
pkgname=haskell-pandoc-types
pkgver=1.16.1
-pkgrel=12
+pkgrel=13
pkgdesc="Types for representing a structured document"
url="http://johnmacfarlane.net/pandoc"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-syb")
-options=('staticlibs')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-syb")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-install="${pkgname}.install"
sha256sums=('846054157d7072ca3f7260b988a6752536b42bbd32c051400e55f46229b8179e')
build() {
@@ -26,6 +24,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
}
@@ -32,8 +31,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}"
More information about the arch-commits
mailing list