[arch-commits] Commit in haskell-io-streams/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 8 12:29:57 UTC 2019


    Date: Friday, February 8, 2019 @ 12:29:56
  Author: felixonmars
Revision: 430665

upgpkg: haskell-io-streams 1.5.1.0-1

rebuild with io-streams 1.5.1.0, io-streams-haproxy 1.0.1.0

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-08 12:26:13 UTC (rev 430664)
+++ PKGBUILD	2019-02-08 12:29:56 UTC (rev 430665)
@@ -2,8 +2,8 @@
 
 _hkgname=io-streams
 pkgname=haskell-io-streams
-pkgver=1.5.0.1
-pkgrel=38
+pkgver=1.5.1.0
+pkgrel=1
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams"
 license=('BSD')
@@ -13,11 +13,11 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
              'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-zlib')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('610a149870732b04c59a5fb91b92e7b9a7f7c53e89ab29dc9249fca9e6a9a54ab97c7986b0bde23a98e5301b3d6bd7537f3ca6c7023574bf4a8b9ca7292e2489')
+sha512sums=('01ddf89f09cba429ab600e55994cb6740d4fcdeb23ce85822098d39dbe530a74256d66ea52429798787d9d549db3cd99a5078362b333a7f49c4926e74e0b460c')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list