Date: Saturday, February 27, 2021 @ 19:08:15 Author: felixonmars Revision: 875353
upgpkg: haskell-lens-aeson 1.1.1-1: rebuild with lens-aeson 1.1.1 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-27 18:40:36 UTC (rev 875352) +++ PKGBUILD 2021-02-27 19:08:15 UTC (rev 875353) @@ -2,8 +2,8 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson -pkgver=1.1 -pkgrel=143 +pkgver=1.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=('a5e1b98cc50342ddbaf36a9c6f7a87cdfd8e8abb66852777ef8fc3362a3cb7bac473c3dfd7a4ad2f57f3318c5dca6ec7a07e2a4eae05bdcc34308d188d791460') +sha512sums=('a72cd51a51dcb9b686909caac83f8f7ba69b0e33ba90bf8a55937f198f898a7e19dff24bec9a4b921b170f34c5511bd58df5ba1dea3751f37e374bb7193d388c') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *1.5/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
