Date: Friday, February 8, 2019 @ 12:31:03 Author: felixonmars Revision: 430667
upgpkg: haskell-io-streams-haproxy 1.0.1.0-1 rebuild with io-streams 1.5.1.0, io-streams-haproxy 1.0.1.0 Modified: haskell-io-streams-haproxy/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-08 12:30:14 UTC (rev 430666) +++ PKGBUILD 2019-02-08 12:31:03 UTC (rev 430667) @@ -2,8 +2,8 @@ _hkgname=io-streams-haproxy pkgname=haskell-io-streams-haproxy -pkgver=1.0.0.2 -pkgrel=37 +pkgver=1.0.1.0 +pkgrel=1 pkgdesc="HAProxy protocol 1.5 support for io-streams" url="https://github.com/snapframework/io-streams-haproxy" license=('BSD') @@ -11,13 +11,8 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 'haskell-network') makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('08de179bbb2c446329fc9c213ed99f8c19ce647b1203bde9e298676a0e0f9b5e617e897d14a74cd6bf80d7ff8ab13f0a38866f0569a065c7d6f6956535699543') +sha512sums=('6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a') -prepare() { - cd $_hkgname-$pkgver - sed -i -e 's/<.*4.11/<5/' -e 's/<.*2.7/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
