Date: Wednesday, February 12, 2020 @ 07:27:48 Author: felixonmars Revision: 569076
upgpkg: haskell-lens-aeson 1.1-1: rebuild with lens-aeson 1.1 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-12 07:14:55 UTC (rev 569075) +++ PKGBUILD 2020-02-12 07:27:48 UTC (rev 569076) @@ -2,8 +2,8 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson -pkgver=1.0.2 -pkgrel=194 +pkgver=1.1 +pkgrel=1 pkgdesc="Law-abiding lenses for aeson" url="https://github.com/lens/lens-aeson/" license=('MIT') @@ -12,13 +12,8 @@ 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013') +sha512sums=('a5e1b98cc50342ddbaf36a9c6f7a87cdfd8e8abb66852777ef8fc3362a3cb7bac473c3dfd7a4ad2f57f3318c5dca6ec7a07e2a4eae05bdcc34308d188d791460') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/<.*1.3/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
