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

Felix Yan felixonmars at archlinux.org
Thu Sep 29 14:41:02 UTC 2016


    Date: Thursday, September 29, 2016 @ 14:41:01
  Author: felixonmars
Revision: 190924

upgpkg: pandoc-citeproc 0.10.1.1-1

rebuild with conduit-1.2.8, conduit-combinators-1.0.8, conduit-extra-1.1.13.3, fast-logger-2.4.7, hOpenPGP-2.5.5, hasql-0.19.15.1, highlighting-kate-0.6.3, hopenpgp-tools-0.19.4, hspec-2.2.4, hspec-core-2.2.4, hspec-discover-2.2.4, http-api-data-0.3.1, http-conduit-2.2.2.1, incremental-parser-0.2.5, monoid-subclasses-0.4.3, pandoc-citeproc-0.10.1.1, streaming-commons-0.1.16, wai-extra-3.0.18, xml-conduit-1.4.0.1, xml-hamlet-0.4.0.12, yaml-0.8.18.7, yesod-core-1.4.25

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 14:40:28 UTC (rev 190923)
+++ PKGBUILD	2016-09-29 14:41:01 UTC (rev 190924)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
-pkgver=0.10.1
-pkgrel=12
+pkgver=0.10.1.1
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}"
 license=("custom:BSD3")
@@ -17,8 +17,12 @@
              "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu"
              "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
 source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('ebc3eb3ff95e97ebd46c0918a65db2da021de2a70d02dc85ca5b344ea5c21205')
+sha256sums=('67ea382f068ecc5eea1ad44c515e7aaa56d3e60e6be18ed3d2ec5cfd85eb8432')
 
+prepare() {
+    sed -i 's/xml-conduit >= 1.2 && < 1.4,/xml-conduit >= 1.2 \&\& < 1.5,/' ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"
     



More information about the arch-commits mailing list