Date: Friday, May 22, 2020 @ 14:45:40 Author: felixonmars Revision: 631604
upgpkg: haskell-aeson-diff 1.1.0.9-1: rebuild with aeson-diff 1.1.0.9 Modified: haskell-aeson-diff/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-22 14:35:27 UTC (rev 631603) +++ PKGBUILD 2020-05-22 14:45:40 UTC (rev 631604) @@ -2,8 +2,8 @@ _hkgname=aeson-diff pkgname=haskell-aeson-diff -pkgver=1.1.0.8 -pkgrel=104 +pkgver=1.1.0.9 +pkgrel=1 pkgdesc="Extract and apply patches to JSON documents" url="https://github.com/thsutton/aeson-diff" license=('BSD') @@ -14,13 +14,8 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'hlint') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb') +sha512sums=('2778eabe53ac0520028c9eccae7f52dcdeb2eccb4df4ff6a84e4625afc5d46533ebf61b6b99c16eb5ffe9792e781b0f9a8e1e43c2b69b751d1dbc5dd627635d9') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *4.14/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
