Date: Tuesday, January 9, 2018 @ 17:34:06
  Author: felixonmars
Revision: 280720

upgpkg: haskell-ansi-wl-pprint 0.6.8.2-1

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-09 17:30:33 UTC (rev 280719)
+++ PKGBUILD    2018-01-09 17:34:06 UTC (rev 280720)
@@ -4,8 +4,8 @@
 
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.8.1
-pkgrel=5
+pkgver=0.6.8.2
+pkgrel=1
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint";
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=('ghc-libs' 'haskell-ansi-terminal')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('0182a691af05fcc8cd28a4f01904ff96e6f844ef27b8cfe1d34a8d8c012c3a9b31852d38ca123604b6fb1e0fd330d2cb593eef95ff5a353b6ecbea7937eddf2d')
+sha512sums=('00c39dcdd90071011d2db6e196c472fddc61bf3ee4baed0414de1a1ef1e13801fceb647a718018e1a644d2276845af7bc58d5bf72dcb35d193ef6391ba2f8ac3')
 
-prepare() {
-    sed -i 's/ansi-terminal >= 0.4.0 && < 0.7/ansi-terminal >= 0.4/' 
$_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 
@@ -25,7 +21,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-example -fnewbase
+            -f-example
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script

Reply via email to