Date: Tuesday, May 19, 2020 @ 10:38:57 Author: felixonmars Revision: 629852
upgpkg: haskell-cborg 0.2.3.0-1: rebuild with cborg 0.2.3.0 Modified: haskell-cborg/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 10:35:36 UTC (rev 629851) +++ PKGBUILD 2020-05-19 10:38:57 UTC (rev 629852) @@ -2,8 +2,8 @@ _hkgname=cborg pkgname=haskell-cborg -pkgver=0.2.2.1 -pkgrel=16 +pkgver=0.2.3.0 +pkgrel=1 pkgdesc="Concise Binary Object Representation (CBOR)" url="https://github.com/well-typed/cborg" license=('BSD') @@ -13,13 +13,8 @@ 'haskell-base64-bytestring' 'haskell-quickcheck' 'haskell-scientific' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-vector') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('afa2eead3255769f6bc487182482c79cb9d1f264484112035aa5942255f6a381801e3bbb73d5414951ba561c2d1a844e3a692c063fead41eef11e2b6ea1180ab') +sha512sums=('43502fad8a880bee1a068e86336fbea283f8183befa3e838c0a708489efa70a99f33e3b04fd576a552a8f77f8cc56e5b912f686bc414cc947a07b65ec10a6cbf') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/;s/< *0.6/<1/;s/< *1.1/<2/;s/< *1.3/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
