Date: Monday, August 22, 2022 @ 17:47:32 Author: felixonmars Revision: 1274792
upgpkg: haskell-io-streams 1.5.2.2-1: rebuild with io-streams 1.5.2.2 Modified: haskell-io-streams/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-22 17:31:11 UTC (rev 1274791) +++ PKGBUILD 2022-08-22 17:47:32 UTC (rev 1274792) @@ -2,8 +2,8 @@ _hkgname=io-streams pkgname=haskell-io-streams -pkgver=1.5.2.1 -pkgrel=80 +pkgver=1.5.2.2 +pkgrel=1 pkgdesc="Simple, composable, and easy-to-use stream I/O" url="https://github.com/snapframework/io-streams" license=('BSD') @@ -10,16 +10,11 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 'haskell-vector' 'haskell-zlib-bindings') -makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('c86f55714469198bab5a670e8b061e75f3f9ad6576ed1523df543365caac492ba3b54fb6356a898c27fa6394e96874bb636e5b9100cf70e0de0d7f73e91ba9c9') +sha512sums=('ba94eb8d8bed29870469666696fdc984f0abacadc71cc7b26e0aa747ffa88500946f09c37803df598476727286689f807959440ff2b1f312ab6a9d8beb248865') -prepare() { - cd $_hkgname-$pkgver - uusi -u attoparsec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
