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

Felix Yan felixonmars at archlinux.org
Mon Sep 17 21:02:42 UTC 2018


    Date: Monday, September 17, 2018 @ 21:02:41
  Author: felixonmars
Revision: 382781

upgpkg: pandoc-citeproc 0.14.4-1

rebuild with pandoc-citeproc 0.14.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 20:53:29 UTC (rev 382780)
+++ PKGBUILD	2018-09-17 21:02:41 UTC (rev 382781)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-citeproc
-pkgver=0.14.3.1
-pkgrel=139
+pkgver=0.14.4
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname"
 license=("custom:BSD3")
@@ -17,11 +17,10 @@
 replaces=('haskell-pandoc-citeproc')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz")
-sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+sha512sums=('45f8dbb4de1263cf3beee8f5cc953e75861dae6bbdb65aeefb7cce2ee64e52a70e42747f692fc6a350e9b9a9b95a31919acfce1b79dd7deab7374ec8a78790f4')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
-    sed -i 's/<.*1.4/<2/' $pkgname.cabal
     # TODO: find a better solution
     sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs
 }



More information about the arch-commits mailing list