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

Felix Yan fyan at archlinux.org
Thu Jun 9 02:28:00 UTC 2016


    Date: Thursday, June 9, 2016 @ 04:28:00
  Author: fyan
Revision: 178708

upgpkg: pandoc 1.17.1-1

rebuild with EdisonAPI-1.3.1, JuicyPixels-3.2.7.1, MissingH-1.4.0.0, aeson-compat-0.3.4.0, aws-0.14.0, cairo-0.13.3.0, cereal-0.5.2.0, cgrep-6.6.14, cryptonite-0.16, extra-1.4.9, glib-0.13.4.0, gtk3-0.14.5, hackage-security-0.5.2.1, haddock-api-2.17.3, haddock-library-1.4.2, hlint-1.9.34, hslogger-1.2.10, http-types-0.9.1, language-javascript-0.6.0.5, pandoc-1.17.1, pandoc-citeproc-0.10, pango-0.13.3.0, pipes-4.2.0, retry-0.7.4, sandi-0.4.0, shake-0.15.8, statistics-0.13.3.0, unix-compat-0.4.2.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-09 02:27:53 UTC (rev 178707)
+++ PKGBUILD	2016-06-09 02:28:00 UTC (rev 178708)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
-pkgver=1.17.0.3
-pkgrel=16
+pkgver=1.17.1
+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=('7b14e1bcb78a7e2ad1e585f127be7efd20225c9f9b5131d507b376b62cd77e32')
+sha256sums=('5978baaf664ce254b508108a6be9d5a11a2c2ac61462ae85286be2ecdb010c86')
 
-prepare() {
-    sed -e 's/data-default >= 0.4 && < 0.6,/data-default >= 0.4 \&\& < 0.8,/' \
-        -e 's/haddock-library >= 1.1 && < 1.3,/haddock-library >= 1.1 \&\& < 1.5,/' \
-        -e 's/time >= 1.5 && < 1.6/time >= 1.5 \&\& < 1.7/' \
-        -i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     



More information about the arch-commits mailing list