[arch-commits] Commit in pandoc-crossref/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 28 13:52:09 UTC 2018


    Date: Friday, September 28, 2018 @ 13:52:09
  Author: felixonmars
Revision: 387229

upgpkg: pandoc-crossref 0.3.3.0-1

rebuild with pandoc 2.3, pandoc-crossref 0.3.3.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 13:50:53 UTC (rev 387228)
+++ PKGBUILD	2018-09-28 13:52:09 UTC (rev 387229)
@@ -2,14 +2,14 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-crossref
-pkgver=0.3.2.1
-pkgrel=100
+pkgver=0.3.3.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}"
 license=("GPL2")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 'haskell-data-accessor-template'
-         'haskell-data-accessor-transformers' 'haskell-file-embed' 'haskell-open-browser'
+         'haskell-data-accessor-transformers' 'haskell-gitrev' 'haskell-open-browser'
          'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-roman-numerals'
          'haskell-syb' 'haskell-utility-ht')
 makedepends=('ghc' 'haskell-hspec')
@@ -16,13 +16,14 @@
 conflicts=('haskell-pandoc-crossref')
 replaces=('haskell-pandoc-crossref')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz")
-sha512sums=('224218d3a559fc6a2b574c4f62a7e99f28c25abb20f7fc2eb6b318f388d0c3e65f690c03b687964d50bb4fc87a77d79a6bebb20c196cd93f884f12c43ce1c68e')
+sha512sums=('6bcadfbaf3e1d99299ab86ed65fe9f964405bd7c7bb1fbf0463754cb2fb94570062bf763295877e9358046e6fccf4fc8eb1546045baeb596460f0f2762b8053c')
 
 build() {
     cd $pkgname-$pkgver
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+	    -f-enable_flaky_tests
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
@@ -31,9 +32,8 @@
 }
 
 check() {
-    # https://github.com/lierdakil/pandoc-crossref/issues/181#issuecomment-398269601
     cd $pkgname-$pkgver
-    runhaskell Setup test || warning "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list