Date: Wednesday, July 20, 2016 @ 03:13:39 Author: felixonmars Revision: 183345
upgpkg: pandoc 1.17.2-1 rebuild with Glob-0.7.10, QuickCheck-2.9.1, aeson-compat-0.3.5.1, bifunctors-5.4.1, clientsession-0.9.1.2, cmark-0.5.3.1, cookie-0.4.2.1, css-text-0.1.2.2, dlist-0.8, dns-2.0.4, extra-1.4.12, fgl-5.5.3.0, generic-deriving-1.10.6, generics-sop-0.2.2.0, graphviz-2999.18.1.2, http-client-0.5.1, http2-1.6.1, js-jquery-3.1.0, math-functions-0.2.0.1, mono-traversable-1.0.0.1, pandoc-1.17.2, pandoc-citeproc-0.10.1, pandoc-crossref-0.2.2.1, path-io-1.2.0, persistent-template-2.5.1.4, retry-0.7.4.1, scientific-0.3.4.9, tasty-rerun-1.1.6, wai-extra-3.0.16.1, yaml-0.8.18.1, zip-archive-0.3.0.4 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-20 02:49:29 UTC (rev 183344) +++ PKGBUILD 2016-07-20 03:13:39 UTC (rev 183345) @@ -4,8 +4,8 @@ pkgbase=pandoc pkgname=(pandoc haskell-pandoc) -pkgver=1.17.1 -pkgrel=10 +pkgver=1.17.2 +pkgrel=1 pkgdesc="Conversion between markup formats" url="http://pandoc.org" license=("GPL") @@ -21,15 +21,8 @@ "haskell-unordered-containers" "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('5978baaf664ce254b508108a6be9d5a11a2c2ac61462ae85286be2ecdb010c86') +sha256sums=('81727d054dfb26de816ea59ed541ebaf60d66d440012c12ec02f9c2b02fee8ec') -prepare() { - 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() { cd "${srcdir}/${pkgname}-${pkgver}"
