[arch-commits] Commit in haskell-citeproc/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 30 15:01:29 UTC 2021


    Date: Sunday, May 30, 2021 @ 15:01:29
  Author: felixonmars
Revision: 950387

upgpkg: haskell-citeproc 0.4-1: rebuild with citeproc 0.4, commonmark 0.2, commonmark-extensions 0.2.1, commonmark-pandoc 0.2.1, jira-wiki-markup 1.4.0, pandoc 2.14

Modified:
  haskell-citeproc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-30 15:00:54 UTC (rev 950386)
+++ PKGBUILD	2021-05-30 15:01:29 UTC (rev 950387)
@@ -2,8 +2,8 @@
 
 _hkgname=citeproc
 pkgname=haskell-citeproc
-pkgver=0.3.0.9
-pkgrel=26
+pkgver=0.4
+pkgrel=1
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc"
 license=("BSD")
@@ -10,11 +10,11 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
          'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
-         'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 'haskell-text-icu'
+         'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 'haskell-unicode-collation'
          'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('48341417e955f8ee4f6ea5e446e37907ed7b75858418c248504d93496b64147d67d7ba5e35ca9033a528982a7650d3013574f5e8686acc085f267e3d6a44b93f')
+sha512sums=('4288af5450e5e140e74a34654b8d016f2e44d4785c10ebb3e50f8e05359a12754832b196cdea47177ef4c518be7ebfb3c035c4bdd421fdc815bca8fd483f3679')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -28,7 +28,8 @@
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
-    --ghc-option='-pie' -fexecutable -ficu
+    --ghc-option='-pie' -fexecutable
+    # -ficu disabled: https://github.com/jgm/citeproc/issues/71
 
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script



More information about the arch-commits mailing list