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

Felix Yan felixonmars at archlinux.org
Tue Jul 5 10:08:11 UTC 2016


    Date: Tuesday, July 5, 2016 @ 10:08:10
  Author: felixonmars
Revision: 182302

upgpkg: pandoc 1.17.1-10

rebuild with aeson-compat-0.3.5.0, authenticate-1.3.3.2, chunked-data-0.3.0, conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 09:47:37 UTC (rev 182301)
+++ PKGBUILD	2016-07-05 10:08:10 UTC (rev 182302)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.17.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -24,7 +24,10 @@
 sha256sums=('5978baaf664ce254b508108a6be9d5a11a2c2ac61462ae85286be2ecdb010c86')
 
 prepare() {
-    sed -i 's/tagsoup >= 0.13.7 && < 0.14,/tagsoup >= 0.13.7 \&\& < 0.15,/' $pkgname-$pkgver/$pkgname.cabal
+    sed -e 's/tagsoup >= 0.13.7 && < 0.14,/tagsoup >= 0.13.7 \&\& < 0.15,/' \
+        -e 's/http-client >= 0.3.2 && < 0.5,/http-client >= 0.3.2 \&\& < 0.6,/' \
+        -e 's/http-client-tls >= 0.2 && < 0.3,/http-client-tls >= 0.2 \&\& < 0.4,/' \
+        -i $pkgname-$pkgver/$pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list