Date: Friday, February 8, 2019 @ 09:39:49 Author: felixonmars Revision: 430510
upgpkg: haskell-pipes-http 1.0.6-1 rebuild with pipes-http 1.0.6 Modified: haskell-pipes-http/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-08 09:38:15 UTC (rev 430509) +++ PKGBUILD 2019-02-08 09:39:49 UTC (rev 430510) @@ -3,8 +3,8 @@ _hkgname=pipes-http pkgname=haskell-pipes-http -pkgver=1.0.5 -pkgrel=183 +pkgver=1.0.6 +pkgrel=1 pkgdesc="HTTP client with pipes interface" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -12,13 +12,8 @@ depends=('ghc-libs' "haskell-http-client" "haskell-http-client-tls" "haskell-pipes") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('48d2b7236d4f04688bdc083452346974031c3123003c9c0ffe32e00b70c2e1ef294e66f713e590a72fa9005d8bf9aa4daed22bf85fc0505ecd534662e4e4ed70') +sha512sums=('b58e5751863d79c08066846fb5959870cf6673e27297acd3b7980b209321a636fdf564c4c08666313c81f7c6c55f4d1307892bc6a59a01a025a87436d5591774') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *0.6/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
