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

Felix Yan felixonmars at archlinux.org
Tue Jun 14 10:02:15 UTC 2016


    Date: Tuesday, June 14, 2016 @ 10:02:15
  Author: felixonmars
Revision: 179936

upgpkg: haskell-pipes-http 1.0.3-1

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-14 10:01:17 UTC (rev 179935)
+++ PKGBUILD	2016-06-14 10:02:15 UTC (rev 179936)
@@ -4,8 +4,8 @@
 
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
-pkgver=1.0.2
-pkgrel=14
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,12 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f32f2962ba04ccb28cef3866d002fbc17a8d818ef637c236c72148f66f580a43')
+sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
 
-prepare() {
-    sed -i 's/pipes            >= 4.0     && < 4.2 ,/pipes            >= 4.0     \&\& < 4.3 ,/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list