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

Felix Yan fyan at archlinux.org
Fri Apr 29 17:03:27 UTC 2016


    Date: Friday, April 29, 2016 @ 19:03:27
  Author: fyan
Revision: 172790

upgpkg: pandoc-crossref 0.2.0.1-8

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, yesod-persistent-1.4.0.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-29 16:59:41 UTC (rev 172789)
+++ PKGBUILD	2016-04-29 17:03:27 UTC (rev 172790)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}"
 license=("GPL2")
@@ -17,6 +17,10 @@
 source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
 sha256sums=('44bdbc38d8d7a743951a2333fb70b33a6497b2d50ccdb5696736fdc5133aef21')
 
+prepare() {
+    sed -i 's/data-default >= 0.4 && <0.6/data-default >= 0.4 \&\& <0.7/' ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"
     



More information about the arch-commits mailing list