Date: Friday, January 8, 2016 @ 08:25:04 Author: fyan Revision: 155705
upgpkg: pandoc-citeproc 0.9-4 enable unicode_collation Modified: pandoc-citeproc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-08 07:00:41 UTC (rev 155704) +++ PKGBUILD 2016-01-08 07:25:04 UTC (rev 155705) @@ -5,7 +5,7 @@ pkgbase=pandoc-citeproc pkgname=(pandoc-citeproc haskell-pandoc-citeproc) pkgver=0.9 -pkgrel=3 +pkgrel=4 pkgdesc="Supports using pandoc with citeproc" url="http://hackage.haskell.org/package/${pkgbase}" license=("custom:BSD3") @@ -14,8 +14,8 @@ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb" - "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-unordered-containers" - "haskell-vector" "haskell-xml-conduit" "haskell-yaml") + "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu" + "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz") sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd') @@ -26,7 +26,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \ --libsubdir=\$compiler/site-local/\$pkgid \ - -f-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files -fbibutils + -f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script @@ -35,7 +35,7 @@ } package_pandoc-citeproc() { - depends=('pandoc') + depends=('pandoc' 'icu') cd "${srcdir}/${pkgbase}-${pkgver}" runhaskell Setup copy --destdir="${pkgdir}"