[arch-commits] Commit in haskell-concurrent-output/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 19 07:33:09 UTC 2017


    Date: Saturday, August 19, 2017 @ 07:33:09
  Author: felixonmars
Revision: 252544

upgpkg: haskell-concurrent-output 1.10.0-1

rebuild with concurrent-output,1.10.0

Modified:
  haskell-concurrent-output/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-19 07:29:29 UTC (rev 252543)
+++ PKGBUILD	2017-08-19 07:33:09 UTC (rev 252544)
@@ -4,8 +4,8 @@
 
 _hkgname=concurrent-output
 pkgname=haskell-concurrent-output
-pkgver=1.7.9
-pkgrel=7
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="Ungarble output from several threads or commands"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD2")
@@ -14,12 +14,8 @@
          "haskell-terminal-size" "haskell-text")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
+sha512sums=('38be2a623ba77efc080512cc0fe619ed26c7b41c8256a66ad47b9d7994fc372a91bf3081db8de158b93a787692d1e683fc2d3c4af71b7f1fac7af06cf9a28d0a')
 
-prepare() {
-    sed -i 's/process (>= 1.1.0 && < 1.5.0)/process >= 1.1.0/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list