[arch-commits] Commit in haskell-bsb-http-chunked/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 31 22:42:06 UTC 2018


    Date: Wednesday, October 31, 2018 @ 22:42:06
  Author: felixonmars
Revision: 400882

upgpkg: haskell-bsb-http-chunked 0.0.0.4-1

rebuild with bsb-http-chunked 0.0.0.4

Modified:
  haskell-bsb-http-chunked/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-31 22:37:44 UTC (rev 400881)
+++ PKGBUILD	2018-10-31 22:42:06 UTC (rev 400882)
@@ -2,8 +2,8 @@
 
 _hkgname=bsb-http-chunked
 pkgname=haskell-bsb-http-chunked
-pkgver=0.0.0.3
-pkgrel=13
+pkgver=0.0.0.4
+pkgrel=1
 pkgdesc="Chunked HTTP transfer encoding for bytestring builders"
 url="https://github.com/sjakobi/bsb-http-chunked"
 license=('custom:BSD3')
@@ -12,15 +12,8 @@
 makedepends=('ghc' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-hedgehog' 'haskell-tasty'
              'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 'haskell-doctest')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ea3eb15b1d02e770a54df61daac1db044008ce204eeb68c4b7333a0799d5a1a2001f51927bc8fa824ffae93f2b8c85dcb69e9506430f7fc2dbb7a7ff452373ca')
+sha512sums=('74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/bytestring-builder < 0.11/bytestring < 0.11/' \
-           -e '/, bytestring-builder/d' \
-           $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list